Combine modals

This commit is contained in:
Tom Moor
2017-09-30 19:59:08 -07:00
parent d015d37f53
commit 6b5fef4954
6 changed files with 61 additions and 95 deletions

View File

@ -73,11 +73,6 @@ type Props = {
this.props.ui.setActiveModal('keyboard-shortcuts');
}
@keydown('shift+3')
openMarkdownShortcuts() {
this.props.ui.setActiveModal('markdown-shortcuts');
}
handleCreateCollection = () => {
this.props.ui.setActiveModal('collection-new');
};