Skip to content

Commit

Permalink
rename the function
Browse files Browse the repository at this point in the history
  • Loading branch information
mollfpr committed Oct 31, 2022
1 parent 590dbac commit 228315b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/OptionsList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ class OptionsList extends Component {
document.removeEventListener('touchend', this.touchEnd);
}

userTouchStart() {
touchStart() {
this.isScreenTouched = true;
}

userTouchEnd() {
touchEnd() {
this.isScreenTouched = false;
}

Expand Down

0 comments on commit 228315b

Please sign in to comment.