hide operations in opening statement

This commit is contained in:
jZonG 2025-03-21 12:51:20 +08:00
parent ede036a5bd
commit e918a30083

View File

@ -108,7 +108,7 @@ const Operation: FC<OperationProps> = ({
)} )}
style={(!hasWorkflowProcess && positionRight) ? { left: contentWidth + 8 } : {}} style={(!hasWorkflowProcess && positionRight) ? { left: contentWidth + 8 } : {}}
> >
{showPromptLog && ( {showPromptLog && !isOpeningStatement && (
<div className='hidden group-hover:block'> <div className='hidden group-hover:block'>
<Log logItem={item} /> <Log logItem={item} />
</div> </div>