fix qfb drag and drop

This commit is contained in:
Michael Genson 2025-06-16 19:47:16 +00:00
commit c076b86cbd

View file

@ -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