Skip to content
Snippets Groups Projects
Commit 093e6365 authored by Jonas Leder's avatar Jonas Leder
Browse files

fix bug windows resizer only working once

parent 2ad5e468
Branches
No related tags found
No related merge requests found
Pipeline #2238 passed
......@@ -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);
\ No newline at end of file
customElements.define("jl-404_buttons", notFoundButtons);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment