fix(editor): 拖动浮动窗口会导致窗口变大
This commit is contained in:
@@ -90,8 +90,6 @@ const initMoveable = () => {
|
||||
});
|
||||
|
||||
moveable.on('drag', (e) => {
|
||||
width.value = e.width;
|
||||
height.value = e.height;
|
||||
e.target.style.transform = e.transform;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user