fix: build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-26 16:55:22 +00:00
parent 0042a706bc
commit a3836f445e

View File

@ -26,9 +26,6 @@ export function VmConsolePage() {
}); });
te.loadAddon(webgl); te.loadAddon(webgl);
te.loadAddon(fit); te.loadAddon(fit);
te.onResize(({ cols, rows }) => {
//ws.send(`${cols}:${rows}`);
});
const attach = new AttachAddon(ws); const attach = new AttachAddon(ws);
attach.activate(te); attach.activate(te);
setTerm((t) => { setTerm((t) => {