fix(front): make shortcuts modal shortcuts work again
This commit is contained in:
parent
71eda2bb8a
commit
bb9402a8a2
|
@ -14,7 +14,7 @@ const { t } = useI18n()
|
|||
|
||||
const isOpen = useModal('shortcuts').isOpen
|
||||
|
||||
onKeyboardShortcut('h', useModal('shortcuts').toggle)
|
||||
onKeyboardShortcut('h', (() => { isOpen.value = !isOpen.value }))
|
||||
|
||||
const general = computed(() => [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue