Removed redundant code

This commit is contained in:
Thorsten Sommer 2025-01-04 19:26:05 +01:00
parent f697b777bc
commit 51ae85a773
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -523,8 +523,6 @@ public partial class ChatComponent : MSGComponentBase, IAsyncDisposable
this.WorkspaceName(this.currentWorkspaceName);
await this.SelectProviderWhenLoadingChat();
this.userInput = string.Empty;
if (this.SettingsManager.ConfigurationData.Chat.ShowLatestMessageAfterLoading)
{
this.mustScrollToBottomAfterRender = true;