made sure to enable keymap with simon says

This commit is contained in:
Jack 2020-08-15 19:58:35 +01:00
parent dc5455a2dd
commit 48274c9df2

View file

@ -172,6 +172,7 @@ function activateFunbox(funbox, mode) {
}
if (funbox === "simon_says") {
changeKeymapMode("next");
settingsGroups.keymapMode.updateButton();
restartTest();
}