2
0
yohei0125 4 жил өмнө
parent
commit
c466a65567

+ 0 - 2
packages/app/src/components/Page/RevisionBody.jsx

@@ -24,8 +24,6 @@ export default class RevisionBody extends React.PureComponent {
     if (MathJax != null && this.props.isMathJaxEnabled && this.props.renderMathJaxInRealtime) {
       this.renderMathJaxWithDebounce();
     }
-    const event = new CustomEvent('isRevisionBodyRendered');
-    document.dispatchEvent(event);
   }
 
   componentWillReceiveProps(nextProps) {