fix: add close button to keyboard shortcut button
Resolves https://community.vikunja.io/t/ios-view-bug-project-info-screen-has-no-way-to-exit/3457/10
This commit is contained in:
parent
b58fbc724a
commit
adaafafe90
|
|
@ -4,6 +4,8 @@
|
|||
class="has-background-white keyboard-shortcuts"
|
||||
:shadow="false"
|
||||
:title="$t('keyboardShortcuts.title')"
|
||||
:show-close="true"
|
||||
@close="close()"
|
||||
>
|
||||
<template
|
||||
v-for="(s, i) in shortcuts"
|
||||
|
|
|
|||
Loading…
Reference in New Issue