mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-13 09:06:10 +08:00
allowing tab navigation in popups
This commit is contained in:
parent
ab77ea9f44
commit
20a5154c8c
1 changed files with 1 additions and 1 deletions
|
@ -581,7 +581,7 @@ function handleTab(event: JQuery.KeyDownEvent, popupVisible: boolean): void {
|
|||
event.preventDefault();
|
||||
}
|
||||
if (ActivePage.get() !== "test" && popupVisible) {
|
||||
event.preventDefault();
|
||||
// event.preventDefault();
|
||||
return;
|
||||
}
|
||||
if ($("#customTextPopup .textarea").is(":focus")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue