Fix Console Fit... again (#1537)

This commit is contained in:
Charles 2025-07-19 15:40:18 -04:00 committed by GitHub
parent 38e746240d
commit d7e60f2456
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,6 +90,8 @@
terminal.open(document.getElementById('terminal'));
fitAddon.fit(); // Fixes SPA issues.
window.addEventListener('load', () => {
fitAddon.fit();
});