Skip to content

Fix onDrag, onDrop bug

Latest
Compare
Choose a tag to compare
@HideBa HideBa released this 30 Jul 06:43
· 11 commits to main since this release
363a1e7

Before

onDrag and onDrop didn't work since ctx return always undefined.

After

Changed where the initialScreenPosition is asseted.