Skip to content

Commit

Permalink
precent focusing on the search results until there is data
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Oct 29, 2023
1 parent 8c0fc20 commit 187a052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/search/SearchResults.brs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 187a052

Please sign in to comment.