mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
fix: Prevent Dragging Ingredients to Instructions and Vice Versa (#3770)
This commit is contained in:
parent
eb36912e5c
commit
b4f07f9d62
@ -7,7 +7,7 @@
|
|||||||
handle=".handle"
|
handle=".handle"
|
||||||
v-bind="{
|
v-bind="{
|
||||||
animation: 200,
|
animation: 200,
|
||||||
group: 'description',
|
group: 'recipe-ingredients',
|
||||||
disabled: false,
|
disabled: false,
|
||||||
ghostClass: 'ghost',
|
ghostClass: 'ghost',
|
||||||
}"
|
}"
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
handle=".handle"
|
handle=".handle"
|
||||||
v-bind="{
|
v-bind="{
|
||||||
animation: 200,
|
animation: 200,
|
||||||
group: 'description',
|
group: 'recipe-instructions',
|
||||||
ghostClass: 'ghost',
|
ghostClass: 'ghost',
|
||||||
}"
|
}"
|
||||||
@input="updateIndex"
|
@input="updateIndex"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user