fix(app): remove terminal connection error overlay

This commit is contained in:
adamelmore
2026-01-24 16:58:43 -06:00
parent 1269766cb8
commit 2f1be914cd
3 changed files with 17 additions and 61 deletions
-1
View File
@@ -13,7 +13,6 @@ export type LocalPTY = {
cols?: number
buffer?: string
scrollY?: number
error?: boolean
}
const WORKSPACE_KEY = "__workspace__"