Skip to content

Commit

Permalink
Another 1 line change I'm sorry
Browse files Browse the repository at this point in the history
Haha tiny brain
  • Loading branch information
DawnTheWitch authored Oct 9, 2023
1 parent 88686ea commit 882e19a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AtomMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export function atomHandler(event: Event) {
atomMetrics.width,
atomMetrics.fontBoundingBoxDescent + atomMetrics.actualBoundingBoxAscent
);
currentAtom.origin = new Point(thisEvent.clientX, thisEvent.clientY);

ctx.clearRect(0, 0, canvas.width, canvas.height);
redrawCut(tree.sheet);
Expand Down

0 comments on commit 882e19a

Please sign in to comment.