mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-11 01:18:58 +08:00
fix: in conversation log click op button would cause close drawer (#3483)
This commit is contained in:
parent
fd38e1cf15
commit
459bed9243
@ -49,7 +49,7 @@ const Base: FC<Props> = ({
|
||||
<div ref={ref} className={cn(className, isExpand && 'h-full', 'rounded-lg border', isFocus ? 'bg-white border-gray-200' : 'bg-gray-100 border-gray-100 overflow-hidden')}>
|
||||
<div className='flex justify-between items-center h-7 pt-1 pl-3 pr-2'>
|
||||
<div className='text-xs font-semibold text-gray-700'>{title}</div>
|
||||
<div className='flex items-center'>
|
||||
<div className='flex items-center' onClick={e => e.stopPropagation()}>
|
||||
{headerRight}
|
||||
{!isCopied
|
||||
? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user