Fix #2252 - unable to insert images into rich text editor

This commit is contained in:
Shaun Walker 2022-06-27 12:23:55 -04:00
parent ce77c81fb5
commit 5530422846

View File

@ -150,10 +150,6 @@
// preserve a copy of the rich text content (Quill sanitizes content so we need to retrieve it from the editor)
_originalrichhtml = await interop.GetHtml(_editorElement);
}
else
{
await interop.LoadEditorContent(_editorElement, _richhtml);
}
}
public void CloseFileManager()