diff --git a/packages/editor/src/layouts/workspace/Stage.vue b/packages/editor/src/layouts/workspace/Stage.vue index 90e7c1bc5..ab741ce08 100644 --- a/packages/editor/src/layouts/workspace/Stage.vue +++ b/packages/editor/src/layouts/workspace/Stage.vue @@ -158,8 +158,8 @@ const dropHandler = async (e: DragEvent) => { config.style = { ...style, position, - top, - left, + top: top / zoom.value, + left: left / zoom.value, }; config.inputEvent = e;