mirror of
https://github.com/jiojciojsioe3/a3cjroijsiojiorj.git
synced 2024-11-15 07:21:50 +08:00
Do not cancel touch while searching
This commit is contained in:
parent
24f02393eb
commit
eb37779b58
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user