yohei0125 %!s(int64=4) %!d(string=hai) anos
pai
achega
c466a65567
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      packages/app/src/components/Page/RevisionBody.jsx

+ 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) {