1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 15:49:42 +02:00

fix: Prevent Dragging Ingredients to Instructions and Vice Versa (#3770)

This commit is contained in:
Michael Genson 2024-06-21 16:42:05 -05:00 committed by GitHub
parent eb36912e5c
commit b4f07f9d62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -79,7 +79,7 @@
handle=".handle"
v-bind="{
animation: 200,
group: 'description',
group: 'recipe-instructions',
ghostClass: 'ghost',
}"
@input="updateIndex"