Skip to content

Commit

Permalink
fix(editor): 拖动浮动窗口会导致窗口变大
Browse files Browse the repository at this point in the history
roymondchen committed Mar 15, 2024
1 parent de1711d commit 42f1f28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/editor/src/components/FloatingBox.vue
Original file line number Diff line number Diff line change
@@ -90,8 +90,6 @@ const initMoveable = () => {
});
moveable.on('drag', (e) => {
width.value = e.width;
height.value = e.height;
e.target.style.transform = e.transform;
});

0 comments on commit 42f1f28

Please sign in to comment.