xterm.js: downgrade to 3.3.0

https://github.com/tsl0922/ttyd/issues/126
This commit is contained in:
Shuanglei Tao
2018-09-10 00:30:12 +08:00
parent 6a164a7a78
commit 6b57876ceb
4 changed files with 6 additions and 6 deletions

View File

@@ -244,7 +244,7 @@ var openWs = function() {
sendMessage(JSON.stringify({AuthToken: authToken}));
if (typeof term !== 'undefined') {
term.dispose();
term.destroy();
}
term = new Terminal({