mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18: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) {
|
||||
super(props);
|
||||
this.state = { scrollable: false };
|
||||
this.onWheel = this.onWheel.bind(this);
|
||||
this.onScrollEnter = this.onScrollEnter.bind(this);
|
||||
this.onScrollLeave = this.onScrollLeave.bind(this);
|
||||
|
|
|
|||
Loading…
Reference in a new issue