diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 06b32147..6db5eb2b 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -316,6 +316,8 @@ function ChatAction(props: { props.onClick(); setTimeout(updateWidth, 1); }} + onMouseEnter={updateWidth} + onTouchStart={updateWidth} style={ { "--icon-width": `${width.icon}px`,