chore: fix keyboard shortcut priority
This commit is contained in:
@@ -93,7 +93,7 @@ const EditorWidthSelectionModal = ({
|
||||
command: ESCAPE_COMMAND,
|
||||
onKeyDown() {
|
||||
close()
|
||||
return
|
||||
return true
|
||||
},
|
||||
})
|
||||
}, [application.keyboardService, close])
|
||||
|
||||
Reference in New Issue
Block a user