mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-06 21:37:50 +00:00
fix: Fixed opening glance on split views, b=(no-bug), c=workspaces
This commit is contained in:
@@ -2823,6 +2823,10 @@ var ZenWorkspaces = new (class extends ZenMultiWindowFeature {
|
||||
} else if (tab.tagName == 'tab-group') {
|
||||
for (const groupTab of tab.tabs) {
|
||||
tabs.push(groupTab);
|
||||
const glance = groupTab.querySelector('.tabbrowser-tab[glance-id]');
|
||||
if (glance) {
|
||||
tabs.push(glance);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user