diff --git a/frontend/src/js/test/test-ui.js b/frontend/src/js/test/test-ui.js index 172ec5d5b..42e79d6b0 100644 --- a/frontend/src/js/test/test-ui.js +++ b/frontend/src/js/test/test-ui.js @@ -296,7 +296,7 @@ export function updateWordElement(showError = !Config.blindMode) { let currentWord; wordAtIndex = document.querySelector("#words .word.active"); currentWord = TestWords.words.getCurrent(); - if (!currentWord) return; + if (!currentWord && Config.mode !== "zen") return; let ret = "";