mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
patch bug on shopping list
This commit is contained in:
parent
4a2801b303
commit
5456189a70
1 changed files with 11 additions and 13 deletions
|
@ -80,7 +80,7 @@
|
|||
</v-btn>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" class="d-flex no-wrap align-center">
|
||||
<v-col cols="12" class="no-wrap align-center" :class="!edit ? 'd-flex' : null">
|
||||
<v-checkbox
|
||||
v-if="!edit"
|
||||
hide-details
|
||||
|
@ -97,18 +97,16 @@
|
|||
</v-icon>
|
||||
|
||||
<v-lazy>
|
||||
<div>
|
||||
<vue-markdown v-if="!edit" class="dense-markdown" :source="item.text"> </vue-markdown>
|
||||
<v-textarea
|
||||
single-line
|
||||
rows="1"
|
||||
auto-grow
|
||||
class="mb-n2 pa-0"
|
||||
dense
|
||||
v-else
|
||||
v-model="activeList.items[index].text"
|
||||
></v-textarea>
|
||||
</div>
|
||||
<vue-markdown v-if="!edit" class="dense-markdown" :source="item.text"> </vue-markdown>
|
||||
<v-textarea
|
||||
single-line
|
||||
rows="1"
|
||||
auto-grow
|
||||
class="mb-n2 pa-0"
|
||||
dense
|
||||
v-else
|
||||
v-model="activeList.items[index].text"
|
||||
></v-textarea>
|
||||
</v-lazy>
|
||||
</v-col>
|
||||
<v-divider class="ma-1"></v-divider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue