removed open action
This commit is contained in:
parent
f2e33ba8e6
commit
4fdfd7d55e
@ -48,7 +48,7 @@ function TerminalComponent (p: {websocket: string|null}) {
|
|||||||
const socket = new WebSocket(websocket);
|
const socket = new WebSocket(websocket);
|
||||||
|
|
||||||
socket.addEventListener('open', () => {
|
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})=>{
|
terminal.current.onResize(({cols, rows})=>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user