You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x ] Check if updating to the latest Preact version resolves the issue
Describe the bug
Hi,
I updated preact to version 10.10.x and drag and drop feature of react-big-calendar (1.5.0) stopped working properly. Dragging and resizing works only on the second try (it just "ignores" being dragged on first try). In versions prior to 10.10.x everything worked correctly.
I'm attaching code sandboxes with both versions and videos of issue.
Try dragging some event around, it should "just work". Note that when dropped, event won't change its position and this is intentional, as state management is not necessary in this example. The thing that matters is that events can be dragged.
Describe the bug
Hi,
I updated preact to version 10.10.x and drag and drop feature of react-big-calendar (1.5.0) stopped working properly. Dragging and resizing works only on the second try (it just "ignores" being dragged on first try). In versions prior to 10.10.x everything worked correctly.
I'm attaching code sandboxes with both versions and videos of issue.
Thanks.
10.9.0.mp4
10.10.x.mp4
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Dragging in react-big-calendar should work just like in previous versions.
The text was updated successfully, but these errors were encountered: