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