Skip to content

Commit

Permalink
fix(components): double click to toggle children
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Sep 24, 2022
1 parent d36329c commit 0e257b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default defineComponent({
paddingLeft: depth * 15 + 4 + 'px'
}"
@click="select()"
@dblclick="toggle()"
@dblclick="switchToggle"
@mouseover="highlight()"
@mouseleave="unhighlight()"
>
Expand Down

0 comments on commit 0e257b3

Please sign in to comment.