style: update style (#16688)

This commit is contained in:
王嘉豪
2025-08-12 16:58:44 +08:00
committed by GitHub
parent 6e029423e8
commit f158b90b25

View File

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