diff --git a/src/terminal.tsx b/src/terminal.tsx index 23f5644..f8d21f0 100644 --- a/src/terminal.tsx +++ b/src/terminal.tsx @@ -52,7 +52,7 @@ function TerminalComponent (p: {websocket: string|null}) { } socket.addEventListener('open', () => { - socket.send(JSON.stringify({CommandType: 'resize', Arguments: [terminal.current?.rows, terminal.current?.cols]})); + // socket.send(JSON.stringify({CommandType: 'resize', Arguments: [terminal.current?.rows, terminal.current?.cols]})); }); terminal.current.onResize(({cols, rows})=>{