1
0
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:
Pomax 2020-08-08 12:40:35 -07:00
parent 9bc1749b35
commit f48c9bf17a

View File

@ -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 {