From 0623577a1dba86f6f6f3c2bfc447486bdf8daefb Mon Sep 17 00:00:00 2001 From: puzhen <1303385763@qq.com> Date: Thu, 23 Oct 2025 16:19:59 +0100 Subject: [PATCH] update --- src/components/animate-ui/icons/icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/animate-ui/icons/icon.tsx b/src/components/animate-ui/icons/icon.tsx index 566954c4..d53b254b 100644 --- a/src/components/animate-ui/icons/icon.tsx +++ b/src/components/animate-ui/icons/icon.tsx @@ -404,7 +404,7 @@ function AnimateIcon({ const content = asChild ? ( } + ref={inViewRef as any} onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave} onPointerDown={handlePointerDown} @@ -415,7 +415,7 @@ function AnimateIcon({ ) : ( } + ref={inViewRef as any} onMouseEnter={handleMouseEnter} onMouseLeave={handleMouseLeave} onPointerDown={handlePointerDown}