diff --git a/source/website/website.js b/source/website/website.js index 84528b9..96308dd 100644 --- a/source/website/website.js +++ b/source/website/website.js @@ -156,7 +156,6 @@ class WebsiteLayouter if (neededIncrease > 0 && isSidebarVisible) { let sidebarDecrease = Math.min (neededIncrease, rightWidth - this.limits.minPanelWidth); this.sidebar.SetWidth (this.sidebar.GetWidth () - sidebarDecrease); - neededIncrease = neededIncrease - sidebarDecrease; } leftWidth = GetDomElementOuterWidth (this.parameters.leftContainerDiv);