fix: preserve prompt input across unmount/remount cycles (#22508)

This commit is contained in:
Dax
2026-04-17 00:23:30 -04:00
committed by GitHub
parent f00c3204bf
commit bb8e86d1e5
9 changed files with 45 additions and 36 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export type TuiRouteCurrent =
name: "session"
params: {
sessionID: string
initialPrompt?: unknown
prompt?: unknown
}
}
| {