mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-04 05:28:39 +00:00
parent
cc7c310eee
commit
4a9143ab31
@ -66,6 +66,10 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
term._sendData = function (data) {
|
term._sendData = function (data) {
|
||||||
|
if (socket.readyState !== 1) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
socket.send(data);
|
socket.send(data);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user