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

@@ -64,7 +64,7 @@ function AppSidebar() {
if (isSearching) {
history.push(searchPath());
} else {
ui.enableModKHint();
ui.commandBarOpened();
query.toggle();
}
}, [ui, location, history, query]);