Commit 8750244d8c778a68f424110255943fbe58bcba54
1 parent
d4b59a9a
update Modal
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/components/modal/modal.vue
| ... | ... | @@ -292,7 +292,7 @@ |
| 292 | 292 | this.dragData.dragX = distance.x; |
| 293 | 293 | this.dragData.dragY = distance.y; |
| 294 | 294 | }, |
| 295 | - handleMoveEnd (event) { | |
| 295 | + handleMoveEnd () { | |
| 296 | 296 | this.dragData.dragging = false; |
| 297 | 297 | off(window, 'mousemove', this.handleMoveMove); |
| 298 | 298 | off(window, 'mouseup', this.handleMoveEnd); | ... | ... |