mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-04 01:44:24 +01:00
Focus to terminal after rz transfer completed (#237)
* Focus to terminal after rz transfer completed
* Generate index.html after commit d355d7b9c8
This commit is contained in:
committed by
Shuanglei Tao
parent
62844c2509
commit
96528fe2e1
@@ -70,6 +70,8 @@ export class ZmodemAddon extends Component<Props, State> implements ITerminalAdd
|
||||
this.keyDispose.dispose();
|
||||
this.keyDispose = null;
|
||||
}
|
||||
|
||||
this.terminal.focus();
|
||||
}
|
||||
|
||||
@bind
|
||||
|
||||
Reference in New Issue
Block a user