Formatted the project

This commit is contained in:
mr. m
2025-02-28 22:58:06 +01:00
parent 30a7bd49a9
commit 52e18e5125

View File

@@ -723,7 +723,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
} else { } else {
// Add any tabs that are not already in the group // Add any tabs that are not already in the group
for (const tab of tabs) { for (const tab of tabs) {
if (!group.tabs.includes(tab) && tab.pinned === group.pinned) { if (!group.tabs.includes(tab) && tab.pinned === group.pinned) {
group.tabs.push(tab); group.tabs.push(tab);
this.addTabToSplit(tab, group.layoutTree); this.addTabToSplit(tab, group.layoutTree);
} }