Add MarkdownShortcuts
This commit is contained in:
@ -70,7 +70,7 @@ type Props = {
|
||||
|
||||
@keydown('shift+/')
|
||||
goToOpenKeyboardShortcuts() {
|
||||
this.props.ui.setActiveModal('keyboard-shortcuts');
|
||||
this.props.ui.setActiveModal('markdown-shortcuts');
|
||||
}
|
||||
|
||||
handleCreateCollection = () => {
|
||||
|
Reference in New Issue
Block a user