reiji-h 2 лет назад
Родитель
Сommit
3dba52b33a
1 измененных файлов с 0 добавлено и 1 удалено
  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)