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.
1 parent d04e438 commit 41317d9Copy full SHA for 41317d9
src/app/components/app-terminal/app-terminal.component.ts
@@ -61,7 +61,7 @@ export class AppTerminalComponent implements OnInit {
61
this.hterm.prefs_.set('color-palette-overrides', terminalColorPallete);
62
63
this.terminalReady = true;
64
- if (this.unwritenChanges) {
+ if (this.unwritenChanges !== '') {
65
this.printToTerminal(this.unwritenChanges);
66
this.unwritenChanges = '';
67
}
0 commit comments