Explorar el Código

fix: #1307 empty messages

Yidadaa hace 1 año
padre
commit
1f2ef1cdb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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