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
When Your DOM consists of text inputs (or elements with contenteditable="true" attribute) and one of them is focused, normally, outside click will blur it. But if You outside click a Tappable component - blur won't fire and focus'll persist.
When Your DOM consists of text inputs (or elements with contenteditable="true" attribute) and one of them is focused, normally, outside click will blur it. But if You outside click a Tappable component - blur won't fire and focus'll persist.
Gist reproducing the issue: https://codepen.io/anon/pen/MBgemQ
The text was updated successfully, but these errors were encountered: