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

@@ -98,7 +98,7 @@ const PromptEditor = ({
minH={400}
maxH={400}
showOpenModal={false}
value={value}
value={formattedValue}
onChange={onChangeInput}
onChangeText={onChange}
onBlur={onBlurInput}