mirror of https://github.com/laurent22/joplin.git
Update TinyMCE.tsx
parent
710026c8ac
commit
3bb9d2efd6
|
@ -765,8 +765,6 @@ const TinyMCE = (props:NoteBodyEditorProps, ref:any) => {
|
|||
|
||||
const loadContent = async () => {
|
||||
if (lastOnChangeEventInfo.current.content !== props.content || lastOnChangeEventInfo.current.resourceInfos !== props.resourceInfos) {
|
||||
console.info('RELOAD CONTENT');
|
||||
|
||||
const result = await props.markupToHtml(props.contentMarkupLanguage, props.content, markupRenderOptions({ resourceInfos: props.resourceInfos }));
|
||||
if (cancelled) return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue