mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
feat: press enter to create a shopping list! (#1657)
* feat/press enter to create list * Press enter to submit base dialogs
This commit is contained in:
parent
8271c3001e
commit
025f1bc603
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
:width="width"
|
||||
:content-class="top ? 'top-dialog' : undefined"
|
||||
:fullscreen="$vuetify.breakpoint.xsOnly"
|
||||
@keydown.enter="
|
||||
$emit('submit');
|
||||
dialog = false;
|
||||
"
|
||||
>
|
||||
<v-card height="100%">
|
||||
<v-app-bar dark dense :color="color" class="">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue