This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user