Revert "fix(app): terminal issues"

This reverts commit e70d2b27de.
This commit is contained in:
adamelmore
2026-02-22 21:27:25 -06:00
parent d3ecc5a0d9
commit 9f4fc5b72a
3 changed files with 5 additions and 54 deletions

View File

@@ -182,7 +182,7 @@ export const PtyRoutes = lazy(() =>
ws.close()
return
}
handler = Pty.connect(id, socket, cursor, ws)
handler = Pty.connect(id, socket, cursor)
},
onMessage(event) {
if (typeof event.data !== "string") return