Fix to keyboard shortcut modal. Fixes #190
This commit is contained in:
@ -79,10 +79,14 @@ type Props = {
|
||||
};
|
||||
|
||||
@keydown('shift+/')
|
||||
handleOpenKeyboardShortcuts() {
|
||||
goToOpenKeyboardShortcuts() {
|
||||
this.modal = 'keyboard-shortcuts';
|
||||
}
|
||||
|
||||
handleOpenKeyboardShortcuts = () => {
|
||||
this.goToOpenKeyboardShortcuts();
|
||||
};
|
||||
|
||||
handleOpenSettings = () => {
|
||||
this.modal = 'settings';
|
||||
};
|
||||
|
Reference in New Issue
Block a user