fix(app): terminal issues

This commit is contained in:
Adam
2026-02-22 06:17:59 -06:00
parent b16f7b426c
commit e70d2b27de
3 changed files with 54 additions and 5 deletions

View File

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