We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ce396 commit 9fd5769Copy full SHA for 9fd5769
plugins/OnSpill/OnSpill.js
@@ -10,6 +10,7 @@ const drop = function({
10
hideGhostForTarget,
11
unhideGhostForTarget
12
}) {
13
+ if (!originalEvent) return;
14
let toSortable = putSortable || activeSortable;
15
hideGhostForTarget();
16
let touch = originalEvent.changedTouches && originalEvent.changedTouches.length ? originalEvent.changedTouches[0] : originalEvent;
0 commit comments