mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Always display ingredients in edit mode (#543)
* Always display ingredients in edit mode Fixes #538 * Remove unused code Was wrongfully commited
This commit is contained in:
parent
e2c7e24224
commit
1d7c06352c
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-if="value && value.length > 0">
|
||||
<div v-if="edit || ( value && value.length > 0 )">
|
||||
<h2 class="mb-4">{{ $t("recipe.ingredients") }}</h2>
|
||||
<div v-if="edit">
|
||||
<draggable :value="value" @input="updateIndex" @start="drag = true" @end="drag = false" handle=".handle">
|
||||
|
Loading…
x
Reference in New Issue
Block a user