react-smooth-dnd
react-smooth-dnd copied to clipboard
No detection of dragging depending on how quickly you drag and where the user drags
Expected behavior
Expect to be able to drag Draggables and have other Draggables react accordingly
Actual behavior
Allows to drag Draggable, but other Draggables do not move accordingly, and when dropped will not detect that it has been dragged, and will revert to its initial position
Steps to reproduce
This happens on all code using the library I have seen including the demos page
What browser are you using?
Chrome Version 78.0.3904.108 (Official Build) (64-bit)
Demo
Go to the card board demo
https://kutlugsahin.github.io/smooth-dnd-demo/
And try dragging with varying speeds and heights

Removing the classes .demo and .app from the root of this demo makes it worse and means no dragging detection ever happens