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

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