fix bug windows resizer only working once

This commit is contained in:
Jonas Leder 2022-02-11 10:24:39 +01:00
parent 2ad5e46827
commit 093e63653c

View file

@ -32,6 +32,7 @@ class notFoundButtons extends HTMLElement {
terminal.style.width = "37.5rem";
terminal.style.height = "22.5rem";
terminal.style.top = "10.5rem";
this.windowResized = false;
}
}
@ -63,4 +64,4 @@ class notFoundButtons extends HTMLElement {
}
}
customElements.define("jl-404_buttons", notFoundButtons);
customElements.define("jl-404_buttons", notFoundButtons);