Skip to content

Commit

Permalink
removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
BeNikk authored Jan 4, 2025
1 parent e1e2e32 commit 5b26486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ class Activity {
if (!this.blocks.isCoordinateOnBlock(event.clientX, event.clientY) &&
event.target.id === "myCanvas") {
this._displayHelpfulWheel(event);
}
}
},
false
);
Expand Down

0 comments on commit 5b26486

Please sign in to comment.