[#181] resolve lingering layout issues window resizing, update todos

This commit is contained in:
Robin Scholtes 2023-04-19 22:25:23 +12:00
parent bc12a194a0
commit c779d39a2b
3 changed files with 38 additions and 25 deletions

View file

@ -30,7 +30,7 @@ class WindowWaiter {
debounce(this.app.adjustComponentSizes, 200, "windowResize", this.app, [])();
if ( window.innerWidth >= this.app.breakpoint ) {
this.app.resetLayout();
this.app.setDesktopLayout(false);
} else {
this.app.setMobileLayout();
}