mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
Merge remote-tracking branch 'origin/main' into feat/trigger
This commit is contained in:
@ -99,6 +99,7 @@ const SchemaNode: FC<SchemaNodeProps> = ({
|
||||
indentLeft[depth - 1],
|
||||
)}>
|
||||
<button
|
||||
type="button"
|
||||
onClick={handleExpand}
|
||||
className='py-0.5 text-text-tertiary hover:text-text-accent'
|
||||
>
|
||||
|
||||
@ -109,7 +109,7 @@ const TracingPanel: FC<TracingPanelProps> = ({
|
||||
onMouseLeave={handleParallelMouseLeave}
|
||||
>
|
||||
<div className="mb-1 flex items-center">
|
||||
<button
|
||||
<button type="button"
|
||||
onClick={() => toggleCollapse(node.id)}
|
||||
className={cn(
|
||||
'mr-2 transition-colors',
|
||||
|
||||
Reference in New Issue
Block a user