You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that if I manually change the height/width of the diva-outer element, panelHeight and panelWidth don't update unless the browser width is changed; I can't just use the height/width of the outer element because panelHeight/panelWidth include the scrollbar.
My fix right now will be to include a public function to manually call adjustBrowserDims - any better suggestions? I can't think of a way to do this automatically unless I put a check every ~100ms or something to check the size of the outer element.