diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index 2b8029a..a928422 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -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);
--
libgit2 0.21.4