fix: simple prompt editor list render (#5717)

This commit is contained in:
heheer
2025-09-27 19:18:10 +08:00
committed by GitHub
parent 53907af9f7
commit a6ba974167
3 changed files with 35 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ export default function Editor({
CodeNode,
CodeHighlightNode
],
editorState: textToEditorState(value),
editorState: textToEditorState(value, isRichText),
onError: (error: Error) => {
throw error;
}