mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 22:19:58 +02:00
refactor: Activate docShell for tab in ZenViewSplitter
This commit is contained in:
parent
11233e0057
commit
42bd1e72c8
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ var gZenViewSplitter = new class {
|
|||
this.updateSplitViewButton(!tab?.splitView);
|
||||
if (tab) {
|
||||
this.updateSplitView(tab);
|
||||
tab.linkedBrowser.docShellIsActive = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue