Ver código fonte

fix: #1307 empty messages

Yidadaa 1 ano atrás
pai
commit
1f2ef1cdb7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/components/markdown.tsx

+ 1 - 1
app/components/markdown.tsx

@@ -153,7 +153,7 @@ export function Markdown(
     }
   };
 
-  checkInView();
+  setTimeout(() => checkInView(), 1);
 
   return (
     <div