mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 12:23:19 +02:00
fricking debugging man
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user