fix: preserve prompt input across unmount/remount cycles (#22508)
This commit is contained in:
parent
dfaae14544
commit
4bd5a158a5
9 changed files with 45 additions and 36 deletions
|
|
@ -29,7 +29,7 @@ export type TuiRouteCurrent =
|
|||
name: "session"
|
||||
params: {
|
||||
sessionID: string
|
||||
initialPrompt?: unknown
|
||||
prompt?: unknown
|
||||
}
|
||||
}
|
||||
| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue