fix: Search takes too much priority from cmd+k trigger

This commit is contained in:
Tom Moor
2022-02-26 11:47:48 -08:00
parent 7f05fe0127
commit 6cbc30172c
7 changed files with 26 additions and 20 deletions

View File

@@ -58,8 +58,7 @@ const commandBarOptions = {
exitMs: 200,
},
callbacks: {
onClose: () => stores.ui.disableModKHint(),
onQueryChange: () => stores.ui.disableModKHint(),
onClose: () => stores.ui.commandBarClosed(),
},
};