update Modal
This commit is contained in:
parent
d4b59a9adb
commit
8750244d8c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue