Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Fixed implicit logic for setFocus()

Compare
Choose a tag to compare
@asgvard asgvard released this 08 Apr 14:51
· 76 commits to master since this release

Before if we are setting focus and explicitly specifying focus key, if that component didn't exist in the focusableComponents, it was falling back to own focus key. This logic is not necessary.