mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-30 11:55:12 +00:00
update
This commit is contained in:
parent
0f1380b7ac
commit
0623577a1d
1 changed files with 2 additions and 2 deletions
|
|
@ -404,7 +404,7 @@ function AnimateIcon({
|
|||
|
||||
const content = asChild ? (
|
||||
<Slot
|
||||
ref={inViewRef as React.RefCallback<HTMLElement>}
|
||||
ref={inViewRef as any}
|
||||
onMouseEnter={handleMouseEnter}
|
||||
onMouseLeave={handleMouseLeave}
|
||||
onPointerDown={handlePointerDown}
|
||||
|
|
@ -415,7 +415,7 @@ function AnimateIcon({
|
|||
</Slot>
|
||||
) : (
|
||||
<motion.span
|
||||
ref={inViewRef as React.RefCallback<HTMLSpanElement>}
|
||||
ref={inViewRef as any}
|
||||
onMouseEnter={handleMouseEnter}
|
||||
onMouseLeave={handleMouseLeave}
|
||||
onPointerDown={handlePointerDown}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue