-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix(): Replace timeout with await waitAfterIdleCallback in inputSet…
…Focus (#1177) * fix(): Replace timeout with await waitAfterIdleCallback in inputSetFocus * chore: add missing select --------- Co-authored-by: Mladen Planinicic <[email protected]> Co-authored-by: Gery Hirschfeld <[email protected]>
- Loading branch information
1 parent
160f163
commit 8a851fa
Showing
3 changed files
with
14 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@baloise/design-system-components': patch | ||
--- | ||
|
||
Replace timeout with 'await waitAfterIdleCallback()' in inputSetFocus. |
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