diff --git a/app/lib/components/term.js b/app/lib/components/term.js index 32fa018e..34e144de 100644 --- a/app/lib/components/term.js +++ b/app/lib/components/term.js @@ -7,7 +7,6 @@ export default class Term extends Component { constructor (props) { super(props); - this.state = { scrollable: false }; this.onWheel = this.onWheel.bind(this); this.onScrollEnter = this.onScrollEnter.bind(this); this.onScrollLeave = this.onScrollLeave.bind(this);