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:
parent
a9bb032df2
commit
d69ce310d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user