Fix DeepScan error.
This commit is contained in:
parent
e3e6c56fce
commit
3eca24c4ac
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user