fixed slow quote serach popup closing

This commit is contained in:
Jack 2021-10-16 16:56:11 +01:00
parent e33eb4f7f6
commit a4a219f867

View file

@ -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