mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-03 09:24:22 +01:00
html: fix trzsz send typo
This commit is contained in:
@@ -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
5703
src/html.h
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user