Skip to content

Commit c8b1c6a

Browse files
committed
fix(snippets): blur snippets after context menu
1 parent 24f33c2 commit c8b1c6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/snippets/SnippetListItem.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const onClickContextMenu = async () => {
9090
}
9191
9292
isHighlighted.value = false
93+
isFocused.value = false
9394
}
9495
9596
const dateFormat = computed(() =>

0 commit comments

Comments
 (0)