fix(keymap): react mode not working

This commit is contained in:
Miodec 2024-02-08 16:55:35 +01:00
parent b80a26483c
commit b5465be75b

View file

@ -596,7 +596,7 @@ function handleChar(
//keymap
if (Config.keymapMode === "react") {
void MonkeyPower.addPower(thisCharCorrect);
void KeymapEvent.flash(char, thisCharCorrect);
}
if (Config.difficulty !== "master") {