fix: Fixed split views not being shown from the context menu, b=no-bug, c=split-view

This commit is contained in:
Mr. M
2025-08-04 16:53:50 +02:00
parent f4cec5f210
commit 203d1ba701

View File

@@ -1108,6 +1108,11 @@ class nsZenViewSplitter extends nsZenDOMOperatedFeature {
}
}
}
if (this._sessionRestoring) {
return;
}
this.activateSplitView(splitData);
}
addTabToSplit(tab, splitNode, prepend = true) {