Do not cancel touch while searching

This commit is contained in:
KatieFrogs 2022-02-25 22:19:29 +03:00
parent 24f02393eb
commit eb37779b58

View File

@ -2774,6 +2774,7 @@ class SongSelect{
this.playSound("se_pause")
loader.screen.appendChild(this.search.div)
this.setSearchTip()
cancelTouch = false
setTimeout(() => {
this.search.input.focus()
@ -2792,6 +2793,7 @@ class SongSelect{
this.search.div.remove()
delete this.search
cancelTouch = true
}
}