Commit 8750244d8c778a68f424110255943fbe58bcba54

Authored by 梁灏
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,7 +292,7 @@
292 this.dragData.dragX = distance.x; 292 this.dragData.dragX = distance.x;
293 this.dragData.dragY = distance.y; 293 this.dragData.dragY = distance.y;
294 }, 294 },
295 - handleMoveEnd (event) { 295 + handleMoveEnd () {
296 this.dragData.dragging = false; 296 this.dragData.dragging = false;
297 off(window, 'mousemove', this.handleMoveMove); 297 off(window, 'mousemove', this.handleMoveMove);
298 off(window, 'mouseup', this.handleMoveEnd); 298 off(window, 'mouseup', this.handleMoveEnd);