File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -505,7 +505,9 @@ private async Task SendMessage(bool reuseLastUserPrompt = false)
505
505
} ) ;
506
506
507
507
// Clear the input field:
508
+ await this . inputField . FocusAsync ( ) ;
508
509
this . userInput = string . Empty ;
510
+ await this . inputField . BlurAsync ( ) ;
509
511
510
512
// Enable the stream state for the chat component:
511
513
this . isStreaming = true ;
Original file line number Diff line number Diff line change 6
6
- Improved the implementation of configuration plugins to enhance long-term maintainability.
7
7
- Changed the timestamp display to use the local datetime format for the chats and assistants.
8
8
- Fixed a bug when editing data sources that caused the selected retrieval process of an ERI data source to not load correctly.
9
+ - Fixed a bug in the chat that caused the multi-line text input box to occupy too much space even after submitting a prompt.
9
10
- Upgraded to Rust 1.88.0.
10
11
- Upgraded MudBlazor to version 8.9.0.
11
12
- Upgraded Pdfium to version 137.0.7215.0.
You can’t perform that action at this time.
0 commit comments