This commit is contained in:
Charles Bochet
2023-08-09 14:11:49 -07:00
parent 4a388b8ed5
commit b49c857dc5
3 changed files with 5 additions and 7 deletions

View File

@ -35,7 +35,6 @@ export function CommandMenu() {
const [search, setSearch] = useState('');
const commands = useRecoilValue(commandMenuCommand);
useScopedHotkeys(
'ctrl+k,meta+k',
() => {