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
The fix for #2904 done in #2905 breaks desired behavior. By adding a click listener javascript is added and the default browser behavior (like command + click and other behavior) is broken.
The easiest way to restore this functionality and support navigation extras, is to add all individual extras in the template.
This is however (as pointed out by @Licen-it in #2905) prone to bugs if Angular would introduce new properties in the navigation extras.
I would however still go forward with this suggestion to unblock the current bug and then look at a more longterm solution afterwards
The text was updated successfully, but these errors were encountered:
The fix for #2904 done in #2905 breaks desired behavior. By adding a
click
listener javascript is added and the default browser behavior (like command + click and other behavior) is broken.The easiest way to restore this functionality and support navigation extras, is to add all individual extras in the template.
This is however (as pointed out by @Licen-it in #2905) prone to bugs if Angular would introduce new properties in the navigation extras.
I would however still go forward with this suggestion to unblock the current bug and then look at a more longterm solution afterwards
The text was updated successfully, but these errors were encountered: