-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug: Fix event saving with wrong date & time when dragging from sideb…
…ar to grid and moving mouse (#198) This appears to be a react-beautiful-dnd issue due to the `onDragEnd` event not being called immediately on mouseup Upon further investigation the root cause was due to its drop animation behavior causing a delay to the `onDragEnd` event For more info, see: https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/guides/drop-animation.md#skipping-the-drop-animation
- Loading branch information
1 parent
1f48e0f
commit 982e272
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters