Skip to content

Do not focus first element automatically

Alexander Lohnau requested to merge work/fix_focus_first_item into master

BUG: 417843
FIXED-IN: 5.73

There are currently no keyboard controls, apart from tab implemented.
Consequently we can remove this tiny bit of code, because it looks really confusing if we have two items focused at the same time.

@ngraham @leinir @abetts

Merge request reports