read ahead easy cannot be used with word highlight mode. fixes #772

This commit is contained in:
Miodec 2021-01-03 22:35:18 +00:00
parent cde6eea892
commit 0e232879c0

View file

@ -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();
}