Skip to content

Commit

Permalink
fix(keymap): react mode not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Feb 8, 2024
1 parent b80a264 commit b5465be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/ts/controllers/input-controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ function handleChar(

//keymap
if (Config.keymapMode === "react") {
void MonkeyPower.addPower(thisCharCorrect);
void KeymapEvent.flash(char, thisCharCorrect);
}

if (Config.difficulty !== "master") {
Expand Down

0 comments on commit b5465be

Please sign in to comment.