fix(webui): close edit series dialog on escape keypress

This commit is contained in:
Gauthier Roebroeck 2020-02-27 17:38:02 +08:00
parent ce5594e82e
commit 7c0f55deeb

View file

@ -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">