Refactor ZenViewSplitter to improve drag-and-drop functionality and enhance split view behavior

This commit is contained in:
mr. M
2025-03-04 20:23:21 +01:00
parent cc8a5cf367
commit 452c19a7ea
3 changed files with 94 additions and 90 deletions

View File

@@ -62,6 +62,7 @@ var gZenUIManager = {
}
tabs.style.removeProperty('flex');
tabs.style.maxHeight = height + 'px';
gZenVerticalTabsManager.actualWindowButtons.removeAttribute('zen-has-hover');
},
get tabsWrapper() {