Skip to content

Commit 9f4f6f6

Browse files
fix:emit the correct event on mouse up in TransformControls
1 parent 26a8e28 commit 9f4f6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/controls/TransformControls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const onMouseDown = () => {
7070
7171
const onMouseUp = () => {
7272
invalidate()
73-
emit('mouseDown')
73+
emit('mouseUp')
7474
}
7575
7676
const onObjectChange = () => {

0 commit comments

Comments
 (0)