mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -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;
|
||||
state.datePickers[oldIndex] = 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue