mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Remove unused state variable (#268)
This commit is contained in:
parent
e073de9aea
commit
b6e5bf63c7
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ export default class Term extends Component {
|
||||||
|
|
||||||
constructor (props) {
|
constructor (props) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = { scrollable: false };
|
|
||||||
this.onWheel = this.onWheel.bind(this);
|
this.onWheel = this.onWheel.bind(this);
|
||||||
this.onScrollEnter = this.onScrollEnter.bind(this);
|
this.onScrollEnter = this.onScrollEnter.bind(this);
|
||||||
this.onScrollLeave = this.onScrollLeave.bind(this);
|
this.onScrollLeave = this.onScrollLeave.bind(this);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue