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
Current state: When clicking on a link that could trigger navigation, if the click event is prevented in an event listener, the navigation command is still processed.
Desired behavior:preventDefault being called on the event should cancel the navigation command before it's even issued
How it can be fixed: Check for e.defaultPrevented where it makes sense
Current state: When clicking on a link that could trigger navigation, if the click event is prevented in an event listener, the navigation command is still processed.
Desired behavior:
preventDefault
being called on the event should cancel the navigation command before it's even issuedHow it can be fixed: Check for
e.defaultPrevented
where it makes senseCurrent hack fix:
The text was updated successfully, but these errors were encountered: