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

@ -7,7 +7,7 @@
handle=".handle"
v-bind="{
animation: 200,
group: 'description',
group: 'recipe-ingredients',
disabled: false,
ghostClass: 'ghost',
}"

View File

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