fix: hover tooltip

This commit is contained in:
lyzno1 2025-10-22 15:09:01 +08:00
parent e18ecead2c
commit 181a1ae7f3
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -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} />