I'm using angular-ui-layout 1.4.2 in an Electron app and it's all working great except for when the main window is maximized/minimized. The containers are set again to the default sizes and some of the canvas are not even promptly rendered.
Where in layout.js is the routine handling the maximizing and minimizing of the main window? I see the onResize() and other for splitbar handling functions, but not the one I want.
I'm using angular-ui-layout 1.4.2 in an Electron app and it's all working great except for when the main window is maximized/minimized. The containers are set again to the default sizes and some of the canvas are not even promptly rendered.
Where in layout.js is the routine handling the maximizing and minimizing of the main window? I see the onResize() and other for splitbar handling functions, but not the one I want.