Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

[bug] Uncaught TypeError: Cannot read properties of null

Open spixy opened this issue 3 years ago • 2 comments

To Reproduce

const onMove = (event) => {
  if (needToCancel) return false;
}

needToCancel = false; Start dragging and moving. After one second, set needToCancel = true. Get:

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

spixy avatar Jul 20 '22 11:07 spixy

I encountered the same problem, did you solve it, how did you solve it?

aoxiangsky avatar Jul 20 '23 05:07 aoxiangsky

Same here

andydev404 avatar Dec 07 '23 20:12 andydev404