chore: fix keyboard shortcut priority

This commit is contained in:
Aman Harwara
2023-05-04 22:25:58 +05:30
parent 9fa6919618
commit c7d28d2b2f
3 changed files with 21 additions and 9 deletions

View File

@@ -93,7 +93,7 @@ const EditorWidthSelectionModal = ({
command: ESCAPE_COMMAND,
onKeyDown() {
close()
return
return true
},
})
}, [application.keyboardService, close])