mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 22:23:45 +08:00
fixed slow quote serach popup closing
This commit is contained in:
parent
e33eb4f7f6
commit
a4a219f867
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ function apply(val) {
|
|||
}
|
||||
|
||||
$("#quoteSearchPopup .searchBox").keydown((e) => {
|
||||
if (e.code == "Escape") return;
|
||||
setTimeout(() => {
|
||||
let searchText = document.getElementById("searchBox").value;
|
||||
searchText = searchText
|
||||
|
|
Loading…
Add table
Reference in a new issue