update Modal

This commit is contained in:
梁灏 2018-06-26 20:55:25 +08:00
parent d4b59a9adb
commit 8750244d8c

View file

@ -292,7 +292,7 @@
this.dragData.dragX = distance.x;
this.dragData.dragY = distance.y;
},
handleMoveEnd (event) {
handleMoveEnd () {
this.dragData.dragging = false;
off(window, 'mousemove', this.handleMoveMove);
off(window, 'mouseup', this.handleMoveEnd);