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
Describe the bug
The share feature adds a hashtag to the URL instead of replacing it. If the user navigates to a shared link and shares another link, it has two hashtags.
To Reproduce
Steps to reproduce the behaviour:
Go the a Share tab
Copy the link
Open the link in another tab and go to a Share tab
See that the link has two hashtags.
Expected behaviour
The code that adds the hashtag should strip existing hashtags first.
Describe the bug
The share feature adds a hashtag to the URL instead of replacing it. If the user navigates to a shared link and shares another link, it has two hashtags.
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The code that adds the hashtag should strip existing hashtags first.
Additional context
Replace:
With something like:
The text was updated successfully, but these errors were encountered: