Remove extra search keyboard commands, these are handled in the header now
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user