mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-21 20:30:44 +00:00
fix: Fixed split views not being shown from the context menu, b=no-bug, c=split-view
This commit is contained in:
@@ -1108,6 +1108,11 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (this._sessionRestoring) {
|
||||
return;
|
||||
}
|
||||
this.activateSplitView(splitData);
|
||||
}
|
||||
|
||||
addTabToSplit(tab, splitNode, prepend = true) {
|
||||
|
||||
Reference in New Issue
Block a user