Fix backspace shortcut preventing text deletion in command menu search bar (#13157)

Before:


https://github.com/user-attachments/assets/4d3ba0fb-9655-4f06-af14-2a4cab737a4a


After:


https://github.com/user-attachments/assets/f1bbf360-a09f-4440-9d05-2c9dc1f41f1f
This commit is contained in:
Raphaël Bosi
2025-07-10 16:55:23 +02:00
committed by GitHub
parent 518dfa81c6
commit 77b9217467

View File

@ -117,5 +117,8 @@ export const useCommandMenuHotKeys = () => {
goBackFromCommandMenu,
setGlobalCommandMenuContext,
],
options: {
preventDefault: false,
},
});
};