mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 21:57:56 +00:00
Fix: Command menu keeps the last input (#1723)
Fix/Command menu keeps the last input
This commit is contained in:
@@ -38,6 +38,7 @@ export const CommandMenu = () => {
|
||||
useScopedHotkeys(
|
||||
'ctrl+k,meta+k',
|
||||
() => {
|
||||
setSearch('');
|
||||
openCommandMenu();
|
||||
},
|
||||
AppHotkeyScope.CommandMenu,
|
||||
|
||||
Reference in New Issue
Block a user