瀏覽代碼

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)