diff --git a/Flask/templates/vnc_post.html b/Flask/templates/vnc_post.html index 5bd64e7..75dbaae 100644 --- a/Flask/templates/vnc_post.html +++ b/Flask/templates/vnc_post.html @@ -28,6 +28,9 @@ term.loadAddon(fitAddon); term.open(document.getElementById('console')); fitAddon.fit() + addEventListener("transitionend", (event) => { + fitAddon.fit() + }); document.getElementById("console").style.textAlign = "left" const eventSource = new EventSource('/stream'); diff --git a/version b/version index 7cf30a4..cf46c04 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.8.37 +v6.8.38