feat: yaaay a triangle :)))
This commit is contained in:
@ -403,8 +403,6 @@
|
||||
function handleMouseDown(event: MouseEvent) {
|
||||
if (mouseDown) return;
|
||||
|
||||
console.log(event.target);
|
||||
|
||||
if (event.target instanceof HTMLElement) {
|
||||
if (
|
||||
event.target.nodeName !== "CANVAS" &&
|
||||
|
Reference in New Issue
Block a user