Browse Source

fix: #1307 empty messages

Yidadaa 1 year ago
parent
commit
1f2ef1cdb7
1 changed files with 1 additions and 1 deletions
  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