We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f33c2 commit c8b1c6aCopy full SHA for c8b1c6a
src/renderer/components/snippets/SnippetListItem.vue
@@ -90,6 +90,7 @@ const onClickContextMenu = async () => {
90
}
91
92
isHighlighted.value = false
93
+ isFocused.value = false
94
95
96
const dateFormat = computed(() =>
0 commit comments