style: update style (#16688)

This commit is contained in:
王嘉豪
2025-08-12 16:58:44 +08:00
committed by wangjiahao
parent ffcb61b8cd
commit bf31710e09

View File

@@ -739,7 +739,7 @@ const handleMouseDownOnPoint = (point, e) => {
// 获取画布位移信息
const editorRectInfo = editorMap.value[canvasId.value]?.getBoundingClientRect()
if (!editorRectInfo) {
reutrn
return
}
// 获取 point 与实际拖动基准点的差值
const pointRect = e.target.getBoundingClientRect()