fix(app): remove terminal connection error overlay

This commit is contained in:
adamelmore 2026-01-24 16:22:57 -06:00
commit 2f1be914cd
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
3 changed files with 17 additions and 61 deletions

View file

@ -13,7 +13,6 @@ export type LocalPTY = {
cols?: number
buffer?: string
scrollY?: number
error?: boolean
}
const WORKSPACE_KEY = "__workspace__"