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

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
{