html: fix trzsz send typo

This commit is contained in:
Shuanglei Tao
2022-10-30 17:35:22 +08:00
parent 11ec9798ee
commit 017985120c
2 changed files with 2852 additions and 2857 deletions

View File

@@ -88,11 +88,7 @@ export class ZmodemAddon extends Component<Props, State> implements ITerminalAdd
@bind
private trzszSend(data: string | Uint8Array) {
if (this.trzszFilter.isTransferringFiles()) {
this.props.sender(data);
} else {
this.props.writer(data as string);
}
this.props.sender(data);
}
@bind

5703
src/html.h generated

File diff suppressed because it is too large Load Diff