mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
fix: hover tooltip
This commit is contained in:
@ -228,9 +228,6 @@ function FeaturedToolUninstalledItem({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className='group flex h-8 w-full items-center rounded-lg pl-3 pr-1 hover:bg-state-base-hover'
|
className='group flex h-8 w-full items-center rounded-lg pl-3 pr-1 hover:bg-state-base-hover'
|
||||||
onMouseLeave={() => {
|
|
||||||
setIsActionHovered(false)
|
|
||||||
}}
|
|
||||||
>
|
>
|
||||||
<div className='flex h-full min-w-0 items-center'>
|
<div className='flex h-full min-w-0 items-center'>
|
||||||
<BlockIcon type={BlockEnum.Tool} toolIcon={plugin.icon} />
|
<BlockIcon type={BlockEnum.Tool} toolIcon={plugin.icon} />
|
||||||
|
|||||||
Reference in New Issue
Block a user