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:
Shang Yuanchun
2019-09-28 23:01:22 +08:00
committed by Shuanglei Tao
parent 62844c2509
commit 96528fe2e1
2 changed files with 3 additions and 1 deletions

View File

@@ -70,6 +70,8 @@ export class ZmodemAddon extends Component<Props, State> implements ITerminalAdd
this.keyDispose.dispose();
this.keyDispose = null;
}
this.terminal.focus();
}
@bind

2
src/index.html vendored

File diff suppressed because one or more lines are too long