Skip to content

Commit

Permalink
Prevent reset getting focus (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
whscullin authored Oct 26, 2024
1 parent 4d52c2f commit 4c33500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple2jse.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@
<i class="fas fa-cog"></i>
</button>
</div>
<button id="reset" type="button"
<div id="reset" type="button"
onclick="Apple2.reset(event)"
oncontextmenu="Apple2.reset(event)">
Reset
</button>
</div>
</div>
<div class="inset">
<div id="keyboard"></div>
Expand Down

0 comments on commit 4c33500

Please sign in to comment.