Skip to content

Commit

Permalink
SortableJS#1282: * shadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
RubaXa committed Feb 26, 2018
1 parent e978a13 commit 26bb0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
var parent = target;
var i = touchDragOverListeners.length;

if (target && target.shadowRoot) {
while (target && target.shadowRoot) {
target = target.shadowRoot.elementFromPoint(touchEvt.clientX, touchEvt.clientY);
parent = target;
}
Expand Down

0 comments on commit 26bb0c0

Please sign in to comment.