Skip to content
Commit ff07b70a authored by Nate Graham's avatar Nate Graham Committed by Aleix Pol Gonzalez
Browse files

Fix searchfield focus on touch launch

We don't want to focus the search field by default when Discover is
launched with a touch, because then the virtual keyboard appears in the
user's face and covers up the content.

There is existing code to do this, but it's not quite working. We want
the magic condition to be toggling the `focus:` property, which is what
controls whether it has focus by default. We don't need to care about
this if the user takes an action to explicitly focus it; that's all
right.
parent d3fa32a3
Pipeline #151832 passed with stage
in 53 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment