Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax authored Jul 29, 2024
1 parent 9fd598d commit 3353db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/issue-77b/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

btnBase.addEventListener(`click`, () => enableBaseLine());
btnPres.addEventListener(`click`, () => enablePressHold());
btnPress.addEventListener(`click`, () => enablePressHold());
btnPress5.addEventListener(`click`, () => enablePressHold5());

document.addEventListener(`dragover`, (e) => e.preventDefault());
Expand Down

0 comments on commit 3353db4

Please sign in to comment.