mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
parent
304ca9a29d
commit
ec7ce68178
1 changed files with 4 additions and 1 deletions
|
@ -1121,7 +1121,10 @@ $("#wordsInput").on("input", (event) => {
|
|||
}
|
||||
|
||||
const popupVisible = Misc.isAnyPopupVisible();
|
||||
if (popupVisible) return;
|
||||
if (popupVisible) {
|
||||
event.preventDefault();
|
||||
return;
|
||||
}
|
||||
|
||||
TestInput.setCurrentNotAfk();
|
||||
|
||||
|
|
Loading…
Reference in a new issue