mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	fix: Prevent Dragging Ingredients to Instructions and Vice Versa (#3770)
This commit is contained in:
		| @@ -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" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user