File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ import ComponentEditor from "@/components/ComponentEditor.vue"
108108
109109import Block from " @/utils/block"
110110import useCanvasStore from " @/stores/canvasStore"
111- import { getComponentRoot , isHTML , numberToPx } from " @/utils/helpers"
111+ import { getComponentRoot , isHTML } from " @/utils/helpers"
112112import { isDynamicValue } from " @/utils/code"
113113
114114import type { CanvasProps } from " @/types/StudioCanvas"
@@ -278,12 +278,10 @@ const handleClick = (e: MouseEvent) => {
278278 canvasStore .activeCanvas ?.selectSlot (slot )
279279 }
280280 }
281-
282281 e .stopPropagation ()
283282 e .preventDefault ()
284283}
285284
286-
287285watch (
288286 () => canvasStore .activeCanvas ?.hoveredBlock ,
289287 (newValue , oldValue ) => {
Original file line number Diff line number Diff line change @@ -5307,4 +5307,4 @@ zrender@5.6.1:
53075307 resolved "https://registry.yarnpkg.com/zrender/-/zrender-5.6.1.tgz#e08d57ecf4acac708c4fcb7481eb201df7f10a6b"
53085308 integrity sha512-OFXkDJKcrlx5su2XbzJvj/34Q3m6PvyCZkVPHGYpcCJ52ek4U/ymZyfuV1nKE23AyBJ51E/6Yr0mhZ7xGTO4ag==
53095309 dependencies :
5310- tslib "2.3.0"
5310+ tslib "2.3.0"
You can’t perform that action at this time.
0 commit comments