mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 02:34:42 +00:00
Partial fix for convoluted game list ext info bug
This commit is contained in:
parent
ae3f91dfc6
commit
f2d21c67dc
1 changed files with 3 additions and 1 deletions
|
|
@ -166,7 +166,8 @@ const gameList = (() => {
|
|||
render,
|
||||
marker: {
|
||||
show: () => gui.show(choiceMarkerEl)
|
||||
}
|
||||
},
|
||||
NO_TRANSITION: onTransitionEnd(),
|
||||
}
|
||||
})(TOP_POSITION, SELECT_THRESHOLD_MS, games)
|
||||
|
||||
|
|
@ -198,6 +199,7 @@ const gameList = (() => {
|
|||
|
||||
event.sub(MENU_PRESSED, (position) => {
|
||||
if (games.empty()) return
|
||||
ui.onTransitionEnd = ui.NO_TRANSITION
|
||||
hasTransition = false
|
||||
scroll.scroll(scroll.state.DRAG)
|
||||
ui.selected && ui.selected.clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue