提交 c71b88f0 编写于 作者: R RubaXa

#251: + 'mousemove' unbind

上级 c9051c24
......@@ -266,7 +266,6 @@
_on(document, 'dragover', this);
if (!supportDraggable) {
_on(document, 'mousemove', this);
this._onDragStart(tapEvt, true);
}
......@@ -604,6 +603,7 @@
// Unbind events
_off(document, 'drop', this);
_off(document, 'dragover', this);
_off(document, 'mousemove', this._onTouchMove);
_off(el, 'dragstart', this._onDragStart);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册