fix dragging animation

This commit is contained in:
Michael Genson 2025-06-02 16:14:28 +00:00
commit 4a74993bec

View file

@ -21,7 +21,6 @@
>
<TransitionGroup
type="transition"
:name="!drag ? 'flip-list' : ''"
>
<RecipeIngredientEditor
v-for="(ingredient, index) in recipe.recipeIngredient"