{
e.stopPropagation()
}}>
{PinIcon}
{isPinned ? t('explore.sidebar.action.unpin') : t('explore.sidebar.action.pin')}
{isShowDelete && (
{t('explore.sidebar.action.delete')}
)}
}
trigger='click'
position='br'
btnElement={}
btnClassName={open => cn(className, s.btn, 'h-6 w-6 rounded-md border-none p-1', open && '!bg-gray-100 !shadow-none')}
className={'!w-[120px] h-fit !z-20'}
/>
)
}
export default React.memo(ItemOperation)