mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
fixed unable to change funbox on results screen
This commit is contained in:
parent
a54da8ac01
commit
044c96b735
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ export async function activate(funbox, mode) {
|
|||
return true;
|
||||
}
|
||||
export function setFunbox(funbox, mode) {
|
||||
if (TestLogic.active || TestUI.resultVisible) {
|
||||
if (TestLogic.active) {
|
||||
Notifications.add(
|
||||
"You can only change the funbox before starting a test.",
|
||||
0
|
||||
|
|
Loading…
Reference in a new issue