diff --git a/app/lib/components/term.js b/app/lib/components/term.js index df10b424..32fa018e 100644 --- a/app/lib/components/term.js +++ b/app/lib/components/term.js @@ -162,8 +162,6 @@ export default class Term extends Component { } componentWillUnmount () { - const iframeWindow = this.getTermDocument().defaultView; - iframeWindow.addEventListener('wheel', this.onWheel); clearTimeout(this.scrollbarsHideTimer); this.props.ref_(null); }