mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-02-23 09:03:47 +01:00
fricking debugging man
This commit is contained in:
parent
9bc1749b35
commit
f48c9bf17a
@ -98,6 +98,7 @@ class BaseAPI {
|
||||
if (!touch[i] || !touch[i].pageX) continue;
|
||||
this.cursor.x = touch[i].pageX - left;
|
||||
this.cursor.y = touch[i].pageY - top;
|
||||
console.log(this.cursor, touch[i], evt.target);
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user