Commit ffa325d
committed
fix: preserve user input when selecting follow-up choices
When users typed a message at a choice prompt and selected a follow-up suggestion,
their typed message was being cleared and lost. This fix preserves the user's input
value after sending the follow-up choice message, ensuring the text area retains
what the user typed.
Fixes #73161 parent 2e99d5b commit ffa325d
1 file changed
+14
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1493 | 1493 | | |
1494 | 1494 | | |
1495 | 1495 | | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
1496 | 1499 | | |
| 1500 | + | |
| 1501 | + | |
1497 | 1502 | | |
1498 | 1503 | | |
1499 | | - | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
1500 | 1513 | | |
1501 | 1514 | | |
1502 | 1515 | | |
| |||
0 commit comments