Add MarkdownShortcuts

This commit is contained in:
Tom Moor
2017-09-28 23:18:15 -07:00
parent 4d60b79717
commit be47baf2fd
9 changed files with 105 additions and 20 deletions

View File

@ -70,7 +70,7 @@ type Props = {
@keydown('shift+/')
goToOpenKeyboardShortcuts() {
this.props.ui.setActiveModal('keyboard-shortcuts');
this.props.ui.setActiveModal('markdown-shortcuts');
}
handleCreateCollection = () => {