0.0.82 fix function searchTown

This commit is contained in:
2023-08-11 11:44:18 +03:00
parent 1a6b176c24
commit 98c1a5facc

View File

@@ -165,7 +165,7 @@ function confirmRemove(el) {
function searchTown(el){
if(el.textLength>=3){
if(el.value.length>=3){
let timer = null
if (timer) {
clearTimeout(timer);