Skip to content

Commit

Permalink
clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloChecked committed Oct 8, 2024
1 parent 60670b1 commit 4c8bd8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
2 changes: 0 additions & 2 deletions blog/scripts/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ node${node.id}.addEventListener("mouseleave", (event) => {
graphSvg.addEventListener("wheel", onWheel)
const onMouseMove = (event) => {
event.preventDefault()
console.log(event)
if (event.buttons === 0) {
return;
}
Expand Down Expand Up @@ -388,6 +387,5 @@ function svgTextSize(text) {
height: textSvg.getBBox().height,
};
svg.remove();
console.log(size);
return size;
}
53 changes: 0 additions & 53 deletions blog/static.tsqauzYE.bck

This file was deleted.

0 comments on commit 4c8bd8e

Please sign in to comment.