Skip to content

Commit c0f9392

Browse files
committed
fix(web): dragging an all day or timed event does not work
1 parent 5dfc17c commit c0f9392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/views/Calendar/components/Draft/hooks/effects/useDraftEffects.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ export const useDraftEffects = (
8888
durationMin,
8989
});
9090
}
91-
}, [isDragging, draft, setDragStatus, setIsFormOpen]);
91+
}, [isDragging]);
9292
};

0 commit comments

Comments
 (0)