mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-13 15:36:42 +08:00
fixed pb caret not working
This commit is contained in:
parent
7f9d55b5da
commit
575d6dbf70
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ export async function init() {
|
|||
mode2,
|
||||
Config.punctuation,
|
||||
Config.language,
|
||||
Config.difficulty
|
||||
Config.difficulty,
|
||||
Config.funbox
|
||||
);
|
||||
} else if (Config.paceCaret === "average") {
|
||||
let mode2 = "";
|
||||
|
|
Loading…
Reference in a new issue