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 page loads, the widget briefly receives focus-visible causing a flash of styling (Firefox, Mac).
Doesn't happen on chrome.
Any case the widget should not be able to receive focus. Maybe add display:none to style.
To reproduce: highlight widget div in dev tools and add pseudoclass :focus-visible.
The text was updated successfully, but these errors were encountered:
When page loads, the widget briefly receives focus-visible causing a flash of styling (Firefox, Mac).
Doesn't happen on chrome.
Any case the widget should not be able to receive focus. Maybe add
display:none
to style.To reproduce: highlight widget div in dev tools and add pseudoclass :focus-visible.
The text was updated successfully, but these errors were encountered: