Browse Source

and another one... squash the last three

pull/1371/head
Yorrd 6 years ago committed by GitHub
parent
commit
cfd652a64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      Sortable.js

1
Sortable.js

@ -564,6 +564,7 @@
let previousTarget = target;
do {
previousTarget = target;
target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
} while (target && target.shadowRoot && previousTarget !== target);
parent = target;

Loading…
Cancel
Save