This commit is contained in:
ACoolName 2024-05-27 23:39:37 +03:00
parent ab715d0ef7
commit 2d25273543

View File

@ -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})=>{