Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-mdr committed Sep 2, 2022
1 parent 9975944 commit c91543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sortable.js
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
// I think the bug is because we tell the ParentEl to listen to the DragLeave
// but if we change too quickly of parent, then the ParentEl is another...
// so is never called and stays with the hover variable on true
// So moved to
// So moved to _detectNearestEmptySortable
/* parentEl[expando]._onDragLeave({
type: 'pointermove',
clientX: touchEvt.clientX,
Expand Down

0 comments on commit c91543c

Please sign in to comment.