mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-16 08:52:21 -05: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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user