mirror of
https://github.com/aelve/guide.git
synced 2024-11-29 14:35:35 +03:00
Submit category settings on Ctrl + Enter; fixes #316
This commit is contained in:
parent
7b56dbc918
commit
da910381ec
@ -12,7 +12,7 @@
|
|||||||
<v-form
|
<v-form
|
||||||
lazy-validation
|
lazy-validation
|
||||||
v-model="isValid"
|
v-model="isValid"
|
||||||
@keydown.native.prevent.enter="submit"
|
@keydown.native.prevent.ctrl.enter="updateCategoryInfo"
|
||||||
>
|
>
|
||||||
<v-text-field
|
<v-text-field
|
||||||
autofocus
|
autofocus
|
||||||
|
Loading…
Reference in New Issue
Block a user