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
When canDrag returns false when initiating drag interaction as user, the onDragStart callback is not called.
When holding the drag interaction (mouse button still pressed) the canDrag callback is called about every second and, when dragging the item to a position where the canDrag callback returns true, onDrag is called and when dropping it accepts the drag action, resulting in a onDrop callback call. This works like expected, though.
It is just that onDragStart is never called when canDrag returns false when initiating drag interaction.