소스 검색

remove unnecessary code

Yuki Takei 4 년 전
부모
커밋
7815dc24a6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/app/src/components/Page/RevisionRenderer.jsx

+ 0 - 1
packages/app/src/components/Page/RevisionRenderer.jsx

@@ -33,7 +33,6 @@ class LegacyRevisionRenderer extends React.PureComponent {
     this.currentRenderingContext = {
       markdown: this.props.markdown,
       pagePath: this.props.pagePath,
-      renderMathJaxInRealtime: this.props.editorSettings.renderMathJaxInRealtime,
       renderDrawioInRealtime: this.props.editorSettings.renderDrawioInRealtime,
       currentPathname: decodeURIComponent(window.location.pathname),
     };