Do not cancel touch while searching
This commit is contained in:
@@ -2774,6 +2774,7 @@ class SongSelect{
|
|||||||
this.playSound("se_pause")
|
this.playSound("se_pause")
|
||||||
loader.screen.appendChild(this.search.div)
|
loader.screen.appendChild(this.search.div)
|
||||||
this.setSearchTip()
|
this.setSearchTip()
|
||||||
|
cancelTouch = false
|
||||||
|
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.search.input.focus()
|
this.search.input.focus()
|
||||||
@@ -2792,6 +2793,7 @@ class SongSelect{
|
|||||||
|
|
||||||
this.search.div.remove()
|
this.search.div.remove()
|
||||||
delete this.search
|
delete this.search
|
||||||
|
cancelTouch = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user