mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-06 18:06:35 +00:00
Formatted the project
This commit is contained in:
@@ -723,7 +723,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
|
||||
} else {
|
||||
// Add any tabs that are not already in the group
|
||||
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);
|
||||
this.addTabToSplit(tab, group.layoutTree);
|
||||
}
|
||||
|
Reference in New Issue
Block a user