Browse Source

typo

pull/1191/head
Roman Dvornov 7 years ago committed by GitHub
parent
commit
21e9b0f467
  1. 2
      Sortable.js

2
Sortable.js

@ -675,7 +675,7 @@
_on(document, 'drop', _this);
// #1143: Бывает элемент с IFrame внутри блокирует `drop`,
// поэтому если вызволся `mouseover`, значит надо отменять весь d'n'd.
// поэтому если вызвался `mouseover`, значит надо отменять весь d'n'd.
_on(document, 'mouseover', _this);
_this._dragStartId = _nextTick(_this._dragStarted);

Loading…
Cancel
Save