mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-20 18:54:09 +00:00
fix: simple prompt editor list render (#5717)
This commit is contained in:
@@ -132,7 +132,7 @@ export default function Editor({
|
||||
CodeNode,
|
||||
CodeHighlightNode
|
||||
],
|
||||
editorState: textToEditorState(value),
|
||||
editorState: textToEditorState(value, isRichText),
|
||||
onError: (error: Error) => {
|
||||
throw error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user