Open spixy opened 2 years ago
To Reproduce
const onMove = (event) => { if (needToCancel) return false; }
needToCancel = false; Start dragging and moving. After one second, set needToCancel = true. Get:
needToCancel = false;
needToCancel = true
Uncaught TypeError: Cannot read properties of null (reading 'Sortable1658316303374') at HTMLDocument._checkOutsideTargetEl2 Uncaught TypeError: Cannot read properties of null (reading 'Sortable1658316303374') at completed at Sortable._onDragOver at Sortable.handleEvent
Uncaught TypeError: Cannot read properties of null (reading 'Sortable1658316303374') at HTMLDocument._checkOutsideTargetEl2
Uncaught TypeError: Cannot read properties of null (reading 'Sortable1658316303374') at completed at Sortable._onDragOver at Sortable.handleEvent
Expected behavior
No errors.
Information
sortablejs = 1.14.0 vuedraggable = 4.1.0
I encountered the same problem, did you solve it, how did you solve it?
Same here
To Reproduce
needToCancel = false;
Start dragging and moving. After one second, setneedToCancel = true
. Get:Expected behavior
No errors.
Information
sortablejs = 1.14.0 vuedraggable = 4.1.0