Skip to content

Commit 33d482e

Browse files
feat frappe#140 requested changes
1 parent c50bbe5 commit 33d482e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

frontend/src/components/StudioComponent.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import ComponentEditor from "@/components/ComponentEditor.vue"
108108
109109
import Block from "@/utils/block"
110110
import useCanvasStore from "@/stores/canvasStore"
111-
import { getComponentRoot, isHTML,numberToPx } from "@/utils/helpers"
111+
import { getComponentRoot, isHTML } from "@/utils/helpers"
112112
import { isDynamicValue } from "@/utils/code"
113113
114114
import 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-
287285
watch(
288286
() => canvasStore.activeCanvas?.hoveredBlock,
289287
(newValue, oldValue) => {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)