fix(funbox): memory not allowing typing at all

closes #5457
This commit is contained in:
Miodec 2024-06-03 17:30:07 +02:00
parent 21692a1195
commit 2890dc7db1

View file

@ -412,10 +412,11 @@ FunboxList.setFunboxFunctions("memory", {
},
start(): void {
MemoryTimer.reset();
$("#wordsWrapper").addClass("hidden");
$("#words").addClass("hidden");
},
restart(): void {
MemoryTimer.start();
$("#words").removeClass("hidden");
if (Config.keymapMode === "next") {
UpdateConfig.setKeymapMode("react");
}