From a3836f445e6551f238a915c2b472df9b19227c2d Mon Sep 17 00:00:00 2001 From: Kieran Date: Wed, 26 Mar 2025 16:55:22 +0000 Subject: [PATCH] fix: build --- src/pages/vm-console.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pages/vm-console.tsx b/src/pages/vm-console.tsx index 1d84723..f0daf20 100644 --- a/src/pages/vm-console.tsx +++ b/src/pages/vm-console.tsx @@ -26,9 +26,6 @@ export function VmConsolePage() { }); te.loadAddon(webgl); te.loadAddon(fit); - te.onResize(({ cols, rows }) => { - //ws.send(`${cols}:${rows}`); - }); const attach = new AttachAddon(ws); attach.activate(te); setTerm((t) => {