Format project before review

This commit is contained in:
mr. M
2025-03-29 20:41:03 +01:00
parent 00d9b0ad55
commit 35107c20cb

View File

@@ -1771,7 +1771,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
}
onAfterWorkspaceSessionRestore() {
if (this.currentView >= 0 && !gBrowser.selectedTab.pinned) {
if (this.currentView >= 0 && !gBrowser.selectedTab.pinned) {
// Activate all browsers in the split view
this.currentView = -1;
this.onLocationChange(gBrowser.selectedTab.linkedBrowser);