Skip to content

Commit 05a4e83

Browse files
committed
this terminal clear is confusing
1 parent 0fd59f1 commit 05a4e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packages/frontend/frame-editors/terminal-editor/connected-terminal.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,6 @@ export class Terminal<T extends CodeEditorState = CodeEditorState> {
307307
});
308308
conn.on("data", this.handleDataFromProject);
309309
conn.once("ready", () => {
310-
this.terminal.clear();
311310
delete this.last_geom;
312311
this.ignore_terminal_data = false;
313312
this.set_connection_status("connected");

0 commit comments

Comments
 (0)