Skip to content

Commit

Permalink
add tabindex=-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sploder12 committed Jun 13, 2024
1 parent c1472b3 commit 442c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<body>
<!-- Create the canvas that the C++ code will draw into -->
<canvas id="canvas" oncontextmenu="event.preventDefault()"></canvas>
<canvas id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>

<!-- Allow the C++ to access the canvas element -->
<script type='text/javascript'>
Expand Down

0 comments on commit 442c502

Please sign in to comment.