Bläddra i källkod

fix: #1307 empty messages

Yidadaa 2 år sedan
förälder
incheckning
1f2ef1cdb7
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 (
   return (
     <div
     <div