Skip to content

Commit d93911d

Browse files
committed
Don't select upon expanding with folder icon
1 parent 86c01c8 commit d93911d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/repository/Outline/Activity.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class="activity">
1010
<v-btn
1111
v-if="hasSubtypes"
12-
@click.stop="toggle()"
12+
@mousedown.stop="toggle()"
1313
icon
1414
class="my-auto">
1515
<v-icon size="30" color="primary darken-3">mdi-{{ icon }}</v-icon>

0 commit comments

Comments
 (0)