Переглянути джерело

fix: #1307 empty messages

Yidadaa 1 рік тому
батько
коміт
1f2ef1cdb7
1 змінених файлів з 1 додано та 1 видалено
  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