Skip to content

Commit f75c972

Browse files
petestuartowen-m1
authored andcommitted
Fix call to animate() (#1630)
1 parent 652eec8 commit f75c972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ Sortable.prototype = /** @lends Sortable.prototype */ {
16921692
}
16931693

16941694
if (this.options.group.revertClone) {
1695-
this._animate(dragEl, cloneEl);
1695+
this.animate(dragEl, cloneEl);
16961696
}
16971697

16981698
css(cloneEl, 'display', '');

0 commit comments

Comments
 (0)