-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gridUtil): Focus helper functions
Adds a few helper functions to assist with focus management. Makes the focus return promises and queue Focus methods return promises that resolve themselves when the focus either suceseeds or fails. Additionally, the promises queue and cancel eachother when mutiple focus events are requested before the timeout is purged.
- Loading branch information
1 parent
e5c8299
commit 94e50a5
Showing
2 changed files
with
205 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters