mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] resolve lingering layout issues window resizing, update todos
This commit is contained in:
parent
bc12a194a0
commit
c779d39a2b
3 changed files with 38 additions and 25 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue