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 c38af77 commit 6360b5cCopy full SHA for 6360b5c
1 file changed
src/renderer/components/sidebar/TheSidebar.vue
@@ -127,11 +127,13 @@ const activeTab = ref<Tab>('library')
127
const onClickFolder = async (id: string) => {
128
folderStore.selectId(id)
129
await snippetStore.setSnippetsByFolderIds(true)
130
+ snippetStore.searchQuery = ''
131
emitter.emit('folder:click', id)
132
}
133
134
const onClickSystemFolder = (alias: SystemFolderAlias) => {
135
snippetStore.setSnippetsByAlias(alias)
136
137
138
139
const onClickTag = (id: string) => {
0 commit comments