Commit 8c4a97d
committed
fix: prevent chat input from being cleared when queueing messages
When a message is queued while sending is disabled, the input field should not be cleared to preserve any new text the user is typing. Only the selected images are cleared since they were included with the queued message.
Fixes #78611 parent 9da9785 commit 8c4a97d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | | - | |
| 602 | + | |
| 603 | + | |
603 | 604 | | |
604 | 605 | | |
605 | 606 | | |
| |||
0 commit comments