Skip to content

Commit

Permalink
docs: update handbook.md (#675)
Browse files Browse the repository at this point in the history
cheeky typo.
  • Loading branch information
a-alexander authored Jun 7, 2022
1 parent 73da295 commit dfc428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handbook/handbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class AppComponent {
let moveable;
let target;
function nonMouseDown(e) {
function onMouseDown(e) {
target = e.target;
setTimeout(() => {
Expand Down

0 comments on commit dfc428b

Please sign in to comment.