Skip to content

Commit 545772b

Browse files
author
Dmitry Marov
committed
wip
1 parent 5038d79 commit 545772b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ document.querySelectorAll("[data-use-case]").forEach((element) => {
2424
event.preventDefault();
2525
});
2626

27-
anchor.addEventListener("pointerdown", (event) => {
27+
anchor.addEventListener("mousedown", (event) => {
2828
if (event.button !== 0) {
2929
return;
3030
}

0 commit comments

Comments
 (0)