tab drag&drop fix

This commit is contained in:
Jan Prochazka
2023-03-05 15:28:29 +01:00
parent f5d41c89e6
commit ff044ebec8
3 changed files with 13 additions and 2 deletions

View File

@@ -447,6 +447,11 @@
return x;
})
);
draggingDbGroup.set(null);
draggingDbGroupTarget.set(null);
draggingTab.set(null);
draggingTabTarget.set(null);
}
let domTabs;