mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-02-01 13:33:11 -05:00
fix: Keep ingredient headers in cook mode (#6946)
Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
@@ -17,15 +17,13 @@
|
|||||||
v-for="(ingredient, index) in value"
|
v-for="(ingredient, index) in value"
|
||||||
:key="'ingredient' + index"
|
:key="'ingredient' + index"
|
||||||
>
|
>
|
||||||
<template v-if="!isCookMode">
|
<h3
|
||||||
<h3
|
v-if="showTitleEditor[index]"
|
||||||
v-if="showTitleEditor[index]"
|
class="mt-2"
|
||||||
class="mt-2"
|
>
|
||||||
>
|
{{ ingredient.title }}
|
||||||
{{ ingredient.title }}
|
</h3>
|
||||||
</h3>
|
<v-divider v-if="showTitleEditor[index]" />
|
||||||
<v-divider v-if="showTitleEditor[index]" />
|
|
||||||
</template>
|
|
||||||
<v-list-item
|
<v-list-item
|
||||||
density="compact"
|
density="compact"
|
||||||
class="pa-0"
|
class="pa-0"
|
||||||
|
|||||||
Reference in New Issue
Block a user