mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Format before release, b=(no-bug), c=split-view
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user