chore: Format before release, b=(no-bug), c=split-view

This commit is contained in:
mr. m
2025-04-17 18:51:26 +02:00
parent 8b67c4fdd1
commit 746ac1eec7

View File

@@ -244,7 +244,7 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
if (gZenCompactModeManager.preference) {
threshold = 0;
}
const side = (event.clientX - threshold) > halfWidth ? 'right' : 'left';
const side = event.clientX - threshold > halfWidth ? 'right' : 'left';
for (const browser of gBrowser.browsers) {
const width = browser.getBoundingClientRect().width;
// Only apply it to the left side because if we add it to the right side,