Skip to content

Commit

Permalink
emscripten0 : fix right-click again
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Mar 13, 2022
1 parent aa55479 commit 101e7b5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/emscripten0/index-tmpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@
}

function oncontextmenu(event) {
if (event.pointerId == 1) {
onpointerdown(event);
} else {
onpointerup(event);
}

event.preventDefault();
}

Expand Down

0 comments on commit 101e7b5

Please sign in to comment.