fix(front): make shortcuts modal shortcuts work again

This commit is contained in:
ArneBo 2025-02-24 16:07:53 +01:00
parent 71eda2bb8a
commit bb9402a8a2
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => [
{