We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 761efd0 + c43136f commit f169e22Copy full SHA for f169e22
arduino-ide-extension/src/browser/serial/monitor/serial-monitor-send-input.tsx
@@ -102,7 +102,7 @@ export class SerialMonitorSendInput extends React.Component<
102
}
103
104
protected onSend(): void {
105
- this.props.onSend(this.state.text);
+ this.props.onSend(this.state.text + this.props.monitorModel.lineEnding);
106
this.setState({ text: '' });
107
108
0 commit comments