mirror of
https://github.com/langgenius/dify.git
synced 2026-03-05 07:37:07 +08:00
fix: hover tooltip
This commit is contained in:
@ -228,9 +228,6 @@ function FeaturedToolUninstalledItem({
|
||||
>
|
||||
<div
|
||||
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'>
|
||||
<BlockIcon type={BlockEnum.Tool} toolIcon={plugin.icon} />
|
||||
|
||||
Reference in New Issue
Block a user