Merge pull request #3655 from sbwalker/dev

fix issue when inserting images into RichTextEditor
This commit is contained in:
Shaun Walker 2024-01-17 13:36:05 -05:00 committed by GitHub
commit adabef9706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,8 @@
{
var interop = new RichTextEditorInterop(JSRuntime);
await interop.InsertImage(_editorElement, file.Url, ((!string.IsNullOrEmpty(file.Description)) ? file.Description : file.Name));
_richfilemanager = false;
_richhtml = await interop.GetHtml(_editorElement);
_richfilemanager = false;
}
else
{