mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 13:56:53 +08:00
feat: prompt editor support auto height by content height and fix some bugs (#3712)
This commit is contained in:
@@ -29,6 +29,7 @@ const AdvancedSetting: FC<Props> = ({
|
||||
return (
|
||||
<>
|
||||
<TextEditor
|
||||
isInNode
|
||||
title={t(`${i18nPrefix}.instruction`)!}
|
||||
value={instruction}
|
||||
onChange={onInstructionChange}
|
||||
|
||||
@@ -31,6 +31,7 @@ const ClassItem: FC<Props> = ({
|
||||
|
||||
return (
|
||||
<TextEditor
|
||||
isInNode
|
||||
title={<div>
|
||||
<div className='w-[200px]'>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user