Skip to content

Commit a6ffa0c

Browse files
authored
fix: 修复偏好设置菜单可被右键选中的问题 (#447)
1 parent 85fe938 commit a6ffa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/preference/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const menus = [
7474
:key="item.label"
7575
class="size-20 flex flex-col cursor-pointer items-center justify-center gap-2 rounded-lg hover:bg-color-7 text-color-3 transition"
7676
:class="{ 'bg-white! text-primary-5 font-bold': current === index }"
77-
@mousedown="current = index"
77+
@click="current = index"
7878
>
7979
<div
8080
class="size-8"

0 commit comments

Comments
 (0)