Explorar el Código

rm msg body mouseover

cyhhao hace 2 años
padre
commit
8db26bbd5f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/components/chat.tsx

+ 0 - 1
app/components/chat.tsx

@@ -593,7 +593,6 @@ export function Chat(props: {
                         if (!isMobileScreen()) return;
                         setUserInput(message.content);
                       }}
-                      onMouseOver={() => inputRef.current?.blur()}
                     >
                       <Markdown content={message.content} />
                     </div>