We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47e70b6 + 21e9b0f commit cd2f419Copy full SHA for cd2f419
Sortable.js
@@ -675,7 +675,7 @@
675
_on(document, 'drop', _this);
676
677
// #1143: Бывает элемент с IFrame внутри блокирует `drop`,
678
- // поэтому если вызволся `mouseover`, значит надо отменять весь d'n'd.
+ // поэтому если вызвался `mouseover`, значит надо отменять весь d'n'd.
679
_on(document, 'mouseover', _this);
680
681
_this._dragStartId = _nextTick(_this._dragStarted);
0 commit comments