Răsfoiți Sursa

remove setMarp

reiji-h 2 ani în urmă
părinte
comite
3dba52b33a
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      packages/presentation/src/components/Presentation.tsx

+ 0 - 1
packages/presentation/src/components/Presentation.tsx

@@ -57,7 +57,6 @@ export const Presentation = (props: PresentationProps): JSX.Element => {
       deck.on('slidechanged', removeAllHiddenElements);
     }
 
-    setMarp(false);
     if (isEnabledMarp) {
       unified()
         .use(remarkParse)