Skip to content

Commit 86c01c8

Browse files
committed
Select activity upon clicking on any action/option
1 parent 9a62be1 commit 86c01c8

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
@@ -2,7 +2,7 @@
22
<div>
33
<v-hover v-slot="{ hover }" class="activity-wrapper">
44
<div
5-
@click="selectActivity(id)"
5+
@mousedown="selectActivity(id)"
66
:id="`activity_${uid}`"
77
:style="{ 'border-left-color': config.color }"
88
:class="{ selected: isSelected, highlighted: hover }"

0 commit comments

Comments
 (0)