Focus to terminal after rz transfer completed

This commit is contained in:
ideal
2019-09-20 17:25:58 +08:00
parent 62844c2509
commit d355d7b9c8

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