You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've decided against featuritis. passing focus to another element should be done by focusing the other element explicitly. So this utility effectively becomes a guard against missing .blur() method on SVG and IE9's window-blur-problem.
Extracted from #81.
We need a utility to safely remove focus from an element.
body
).Have a look at the focus fixup rules before implementing anything.
The text was updated successfully, but these errors were encountered: