Fix #2252 - unable to insert images into rich text editor
This commit is contained in:
parent
ce77c81fb5
commit
5530422846
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user