precent focusing on the search results until there is data
This commit is contained in:
parent
8c0fc20ece
commit
187a0528ef
|
@ -57,7 +57,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
|||
if key = "left" and m.searchSelect.isinFocusChain()
|
||||
m.searchAlphabox.setFocus(true)
|
||||
return true
|
||||
else if key = "right"
|
||||
else if key = "right" and m.searchHelpText.visible = false
|
||||
m.searchSelect.setFocus(true)
|
||||
return true
|
||||
else if key = "play"
|
||||
|
|
Loading…
Reference in New Issue
Block a user