mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-09 13:44:29 +08:00
allowing tab in quote submit
This commit is contained in:
parent
e0922034c2
commit
b7d5e64239
1 changed files with 1 additions and 0 deletions
|
|
@ -576,6 +576,7 @@ function handleTab(event) {
|
|||
!TestUI.resultCalculating &&
|
||||
$("#commandLineWrapper").hasClass("hidden") &&
|
||||
$("#simplePopupWrapper").hasClass("hidden") &&
|
||||
$("#quoteSubmitPopup").hasClass("hidden") &&
|
||||
!$(".page.pageLogin").hasClass("active")
|
||||
) {
|
||||
if ($(".pageTest").hasClass("active")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue