mirror of
https://github.com/tsl0922/ttyd.git
synced 2025-12-24 20:54:21 +01:00
html: Initialize doReconnect to false when specified by client options
This commit is contained in:
@@ -274,6 +274,7 @@ export class Xterm extends Component<Props> {
|
||||
if (value) {
|
||||
console.log(`[ttyd] Reconnect disabled`);
|
||||
this.reconnect = false;
|
||||
this.doReconnect = false;
|
||||
}
|
||||
break;
|
||||
case 'titleFixed':
|
||||
|
||||
Reference in New Issue
Block a user