-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent extra tab from adding in history #9039
Prevent extra tab from adding in history #9039
Conversation
Ah, I see the issue. I will fix it. |
Any updates on this? |
Made some changes and tested whether the issue you mentioned above still exists or not. I have fixed it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #9039 +/- ##
===========================================
+ Coverage 74.13% 74.15% +0.01%
===========================================
Files 428 428
Lines 44976 44976
Branches 3917 3917
===========================================
+ Hits 33345 33350 +5
+ Misses 11631 11626 -5
🚀 New features to boost your workflow:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for contribution!
Looking forward to contributing more !! |
@ritikraj26 , great to know! Just select any issues on GitHub which you like and ping us. We will advise. |
Motivation and context
This PR fixes an issue where navigating to task analytics caused
#overview
to be appended to the URL, requiring two back button presses to return to the previous page.The fix ensures that the hash change does not create a new history entry, fixing navigation.
How has this been tested?
Checklist
develop
branch- [ ] I have updated the documentation accordingly- [ ] I have added tests to cover my changesLicense
Feel free to contact the maintainers if that's a concern.