mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove extra search keyboard commands, these are handled in the header now
This commit is contained in:
parent
19b621fd1c
commit
e0dd68dd15
1 changed files with 0 additions and 8 deletions
|
|
@ -111,14 +111,6 @@ export function HomeFeedContainer(): JSX.Element {
|
|||
const [queryInputs, setQueryInputs] =
|
||||
useState<LibraryItemsQueryInput>(defaultQuery)
|
||||
|
||||
useKeyboardShortcuts(
|
||||
searchBarCommands((action) => {
|
||||
if (action === 'clearSearch') {
|
||||
setQueryInputs(defaultQuery)
|
||||
}
|
||||
})
|
||||
)
|
||||
|
||||
const {
|
||||
itemsPages,
|
||||
size,
|
||||
|
|
|
|||
Loading…
Reference in a new issue