Skip to content

Commit 31a25ff

Browse files
committed
Using drag event rather than arrow move
1 parent 19c95f1 commit 31a25ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/drr.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,8 @@
729729
},
730730
731731
arrowMove(rect) {
732-
this.setRect(rect)
733-
this.$emit('arrowmove', this.getRect());
732+
this.setRect(rect);
733+
this.$emit('drag', this.getRect());
734734
},
735735
},
736736
}

0 commit comments

Comments
 (0)