mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 03:55:22 +02:00
fix: Prevent Dragging Ingredients to Instructions and Vice Versa (#3770)
This commit is contained in:
parent
eb36912e5c
commit
b4f07f9d62
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue