revert https://github.com/langgenius/dify/pull/19497 (19497) (#19807)
Co-authored-by: qingguo <qingguo@lexin.com>
This commit is contained in:
@@ -112,7 +112,7 @@ const IterationResultPanel: FC<Props> = ({
|
||||
'transition-all duration-200',
|
||||
expandedIterations[index]
|
||||
? 'opacity-100'
|
||||
: 'max-h-0 overflow-hidden opacity-0',
|
||||
: 'max-h-0 opacity-0 overflow-hidden',
|
||||
)}>
|
||||
<TracingPanel
|
||||
list={iteration}
|
||||
|
@@ -118,7 +118,7 @@ const LoopResultPanel: FC<Props> = ({
|
||||
'transition-all duration-200',
|
||||
expandedLoops[index]
|
||||
? 'opacity-100'
|
||||
: 'max-h-0 overflow-hidden opacity-0',
|
||||
: 'max-h-0 opacity-0 overflow-hidden',
|
||||
)}>
|
||||
{
|
||||
loopVariableMap?.[index] && (
|
||||
|
@@ -85,7 +85,7 @@ const LoopResultPanel: FC<Props> = ({
|
||||
'transition-all duration-200',
|
||||
expandedLoops[index]
|
||||
? 'opacity-100'
|
||||
: 'max-h-0 overflow-hidden opacity-0',
|
||||
: 'max-h-0 opacity-0 overflow-hidden',
|
||||
)}>
|
||||
<TracingPanel
|
||||
list={loop}
|
||||
|
Reference in New Issue
Block a user