mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
read ahead easy cannot be used with word highlight mode. fixes #772
This commit is contained in:
parent
cde6eea892
commit
0e232879c0
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ async function activateFunbox(funbox, mode) {
|
|||
restartTest();
|
||||
}
|
||||
|
||||
if (funbox === "read_ahead") {
|
||||
if (funbox === "read_ahead" || funbox === "read_ahead_easy") {
|
||||
setHighlightMode("letter", true);
|
||||
restartTest();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue