Skip to content

Commit

Permalink
added highlighted console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
catherinepan1 committed Dec 2, 2023
1 parent 8713839 commit ddd1c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DrawingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ function DrawingPage() {
function handleMouseUp(){
mouseDown = false;
wait = false;
console.log(highlighted);
}
function handleMouseDown(){
mouseDown = true;
Expand Down

0 comments on commit ddd1c4f

Please sign in to comment.