mirror of
https://github.com/gotson/komga.git
synced 2025-12-16 13:33:49 +01:00
fix(webui): close edit series dialog on escape keypress
This commit is contained in:
parent
ce5594e82e
commit
7c0f55deeb
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<v-dialog v-model="modal"
|
||||
:fullscreen="$vuetify.breakpoint.xsOnly"
|
||||
max-width="800"
|
||||
@keydown.esc="dialogCancel"
|
||||
>
|
||||
<v-card>
|
||||
<v-toolbar class="hidden-sm-and-up">
|
||||
|
|
|
|||
Loading…
Reference in a new issue