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 collection view has a href="#" stub for document ID links. Navigation is handled by a JavaScript click event. This breaks the UX of copying links or opening them in a new tab.
Issue
The collection view has a
href="#"
stub for document ID links. Navigation is handled by a JavaScript click event. This breaks the UX of copying links or opening them in a new tab.Background
Mongoku/app/src/app/components/pretty-json/pretty-json.component.html
Line 5 in d366b70
Mongoku/app/src/app/components/pretty-json/pretty-json.component.ts
Lines 131 to 134 in d366b70
Mongoku/app/src/app/pages/explore/explore.component.ts
Lines 125 to 132 in d366b70
Proposal
Use a
routerLink
directive inpretty-json.component.html
.The text was updated successfully, but these errors were encountered: