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
Simple click events only register for elements and elements with cursor: pointer; on iOS devices. Fix this by adding either another event listener for touchend events or by making a dummy link out of the backdrop.
The text was updated successfully, but these errors were encountered:
Simple click events only register for elements and elements with cursor: pointer; on iOS devices. Fix this by adding either another event listener for touchend events or by making a dummy link out of the backdrop.
The text was updated successfully, but these errors were encountered: