Merge pull request #2253 from sbwalker/dev

Fix #2252 - unable to insert images into rich text editor
This commit is contained in:
Shaun Walker 2022-06-27 12:24:16 -04:00 committed by GitHub
commit c4f04edc59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()