Skip to content

Commit

Permalink
Merge pull request sabrina-aip#21 from edwindwalker/patch-1
Browse files Browse the repository at this point in the history
Fixes "w" keyboard button not animating
  • Loading branch information
sabrina-aip authored Feb 22, 2024
2 parents c2952ac + 6156ca9 commit 7f94a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var submissionLst = [];
KEYBOARD_EL.innerHTML = `<div id="keyboard-cont">
<div class="first-row">
<button class="keyboard-button boxed" id="q">Q</button>
<button class="keyboard-button boxed" id="q">W</button>
<button class="keyboard-button boxed" id="w">W</button>
<button class="keyboard-button boxed" id="e">E</button>
<button class="keyboard-button boxed" id="r">R</button>
<button class="keyboard-button boxed" id="t">T</button>
Expand Down

0 comments on commit 7f94a76

Please sign in to comment.