mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-23 06:45:22 -07:00
fix qfb drag and drop
This commit is contained in:
parent
d6b8f03c5b
commit
c076b86cbd
1 changed files with 0 additions and 3 deletions
|
@ -348,9 +348,6 @@ export default defineNuxtComponent({
|
||||||
const newIndex: number = event.newIndex;
|
const newIndex: number = event.newIndex;
|
||||||
state.datePickers[oldIndex] = false;
|
state.datePickers[oldIndex] = false;
|
||||||
state.datePickers[newIndex] = false;
|
state.datePickers[newIndex] = false;
|
||||||
|
|
||||||
const field = fields.value.splice(oldIndex, 1)[0];
|
|
||||||
fields.value.splice(newIndex, 0, field);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// add id to fields to prevent reactivity issues
|
// add id to fields to prevent reactivity issues
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue