1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-25 18:56:52 +03:00

Saving on enter in category settings dialog

This commit is contained in:
Avele 2019-08-31 21:44:12 +04:00
parent a9bb032df2
commit d69ce310d1

View File

@ -20,7 +20,7 @@
<v-card-text>
<v-form
v-model="isValid"
@keydown.native.prevent.ctrl.enter="updateCategoryInfo"
@keydown.native.prevent.enter="updateCategoryInfo"
>
<!-- reason for "v-if" - see AddCategoryDialog.vue template-->
<v-text-field