fix: fixed milkdown problem with text deletion
This commit is contained in:
@@ -319,6 +319,9 @@ const MilkdownProviderInner: React.FC<MilkdownEditorProps> = ({
|
|||||||
normalizedBaseline.current = null;
|
normalizedBaseline.current = null;
|
||||||
editor.action(replaceAll(content));
|
editor.action(replaceAll(content));
|
||||||
lastExternalContent.current = content;
|
lastExternalContent.current = content;
|
||||||
|
} else if (isInternalChange.current) {
|
||||||
|
// Update ref for internal changes to keep it in sync
|
||||||
|
lastExternalContent.current = content;
|
||||||
}
|
}
|
||||||
isInternalChange.current = false;
|
isInternalChange.current = false;
|
||||||
}, [content, loading, getEditor]);
|
}, [content, loading, getEditor]);
|
||||||
|
|||||||
Reference in New Issue
Block a user