mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-17 02:25:54 +08:00
fix: llm editor readonly cover error (#3752)
This commit is contained in:
parent
0715db7681
commit
3cd8e6f5c6
@ -138,7 +138,7 @@ const Editor: FC<Props> = ({
|
|||||||
|
|
||||||
{/* Min: 80 Max: 560. Header: 24 */}
|
{/* Min: 80 Max: 560. Header: 24 */}
|
||||||
<div className={cn('pb-2', isExpand && 'flex flex-col grow')}>
|
<div className={cn('pb-2', isExpand && 'flex flex-col grow')}>
|
||||||
<div className={cn(isExpand ? 'grow' : 'max-h-[536px]', 'px-3 min-h-[56px] overflow-y-auto')}>
|
<div className={cn(isExpand ? 'grow' : 'max-h-[536px]', 'relative px-3 min-h-[56px] overflow-y-auto')}>
|
||||||
<PromptEditor
|
<PromptEditor
|
||||||
instanceId={instanceId}
|
instanceId={instanceId}
|
||||||
compact
|
compact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user