fix: log errors in zenUpdateLayoutBreakout for better debugging

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

View File

@@ -644,7 +644,9 @@ var gZenVerticalTabsManager = {
} else {
try {
gURLBar.zenUpdateLayoutBreakout();
} catch (e) {}
} catch (e) {
console.error(e);
}
}
// Always move the splitter next to the sidebar