Explorar el Código

fixup: #2149 chat action button style

Yidadaa hace 2 años
padre
commit
64c4f512ce
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/components/chat.tsx

+ 2 - 0
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`,