mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-09-27 04:33:38 +00:00
Fixed warning
This commit is contained in:
parent
d60cc52df9
commit
511e0d7283
@ -308,7 +308,7 @@ public partial class DocumentCheckDialog : MSGComponentBase
|
||||
/// Called when the user loads a file through this dialog. We don't use a two-way binding here,
|
||||
/// since we have to refresh the preview whenever the content changes.
|
||||
/// </summary>
|
||||
/// <param name="fileContent">The content of the file the user has loaded.</param>
|
||||
/// <param name="loadedContent">The content of the file the user has loaded.</param>
|
||||
private void ApplyLoadedFileContent(string loadedContent)
|
||||
{
|
||||
this.fileContent = loadedContent;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user