Skip to content

Commit 0e257b3

Browse files
committed
fix(components): double click to toggle children
1 parent d36329c commit 0e257b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app-frontend/src/features/components/ComponentTreeNode.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export default defineComponent({
191191
paddingLeft: depth * 15 + 4 + 'px'
192192
}"
193193
@click="select()"
194-
@dblclick="toggle()"
194+
@dblclick="switchToggle"
195195
@mouseover="highlight()"
196196
@mouseleave="unhighlight()"
197197
>

0 commit comments

Comments
 (0)