mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-23 04:14:18 +01:00
xterm.js: downgrade to 3.3.0
https://github.com/tsl0922/ttyd/issues/126
This commit is contained in:
@@ -244,7 +244,7 @@ var openWs = function() {
|
||||
sendMessage(JSON.stringify({AuthToken: authToken}));
|
||||
|
||||
if (typeof term !== 'undefined') {
|
||||
term.dispose();
|
||||
term.destroy();
|
||||
}
|
||||
|
||||
term = new Terminal({
|
||||
|
||||
Reference in New Issue
Block a user