fix: Keyboard shortcuts dialog shortcut should not be active when editing a document
closes #1292
This commit is contained in:
@@ -59,6 +59,7 @@ class Layout extends React.Component<Props> {
|
||||
|
||||
@keydown('shift+/')
|
||||
handleOpenKeyboardShortcuts() {
|
||||
if (this.props.ui.editMode) return;
|
||||
this.keyboardShortcutsOpen = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user