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 <TransitionGroup
type="transition" type="transition"
:name="!drag ? 'flip-list' : ''"
> >
<RecipeIngredientEditor <RecipeIngredientEditor
v-for="(ingredient, index) in recipe.recipeIngredient" v-for="(ingredient, index) in recipe.recipeIngredient"