Skip to content

Commit

Permalink
false
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed May 9, 2024
1 parent d53b544 commit 345be6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Skyhigh173/touch.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@

_touchingFinger(finger, target) {
if (!finger) {
return;
return false;
}

const bounds = this._getCanvasBounds();
Expand Down

0 comments on commit 345be6c

Please sign in to comment.