Преглед на файлове

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),
     };