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 0fd59f1 commit 05a4e83Copy full SHA for 05a4e83
src/packages/frontend/frame-editors/terminal-editor/connected-terminal.ts
@@ -307,7 +307,6 @@ export class Terminal<T extends CodeEditorState = CodeEditorState> {
307
});
308
conn.on("data", this.handleDataFromProject);
309
conn.once("ready", () => {
310
- this.terminal.clear();
311
delete this.last_geom;
312
this.ignore_terminal_data = false;
313
this.set_connection_status("connected");
0 commit comments