Common fixes before releasing

This commit is contained in:
mr. m
2025-03-07 13:26:11 +01:00
parent 65433172f3
commit ea245cd213
3 changed files with 22 additions and 17 deletions

View File

@@ -739,7 +739,7 @@
}
// Check for essentials container
else if (essentialTabsTarget) {
if (!draggedTab.hasAttribute('zen-essential')) {
if (!draggedTab.hasAttribute('zen-essential') && !draggedTab?.group?.hasAttribute('split-view-group')) {
this.addToEssentials(draggedTab);
moved = true;
isVertical = false;