diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-07-02 14:05:33 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-07-02 14:05:33 -0400 |
| commit | 1daf0a496175267d86f495bb24aa5140b6a9eeab (patch) | |
| tree | 3dbce304f4946a890e85e9d61ae691b189858a26 /src/client/views/GestureOverlay.tsx | |
| parent | 9e5ff4fc51d3ae555a76979fb34c043bcd0712a1 (diff) | |
small clanup in Mobile related code
Diffstat (limited to 'src/client/views/GestureOverlay.tsx')
| -rw-r--r-- | src/client/views/GestureOverlay.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GestureOverlay.tsx b/src/client/views/GestureOverlay.tsx index 839ab09c7..487467b2b 100644 --- a/src/client/views/GestureOverlay.tsx +++ b/src/client/views/GestureOverlay.tsx @@ -264,7 +264,7 @@ export default class GestureOverlay extends Touchable { handleHandDown = async (e: React.TouchEvent) => { this._holdTimer && clearTimeout(this._holdTimer); - // this chunk of code helps us keep track of which touch events ar e associated with a hand event + // this chunk of code helps us keep track of which touch events are associated with a hand event // so that if a hand is held down, but a second hand is interacting with dash, the second hand's events // won't interfere with the first hand's events. const fingers = new Array<React.Touch>(); |
