소스 검색

remove setMarp

reiji-h 2 년 전
부모
커밋
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)