mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-16 06:16:53 +08:00
feat: prompt editor support auto height by content height and fix some bugs (#3712)
This commit is contained in:
@@ -37,6 +37,7 @@ const BulkEdit: FC<Props> = ({
|
||||
return (
|
||||
<div>
|
||||
<TextEditor
|
||||
isInNode
|
||||
title={<div className='uppercase'>{t(`${i18nPrefix}.bulkEdit`)}</div>}
|
||||
value={tempValue}
|
||||
onChange={handleChange}
|
||||
|
||||
Reference in New Issue
Block a user