-
Notifications
You must be signed in to change notification settings - Fork 176
window.location.href not restored when closing details window #118
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hello, could you detali a bit more the issue and when this happens ? thanks, |
Just updated issue |
Oh what should the url be to not enter in conflict with yours ??? |
Cool thanks. |
might be good as an option, I am totally not opposed to it if you fancy doing a PR ? |
It would take me too much time (never did any chrome extensions....) |
I'm not sure, but if hash is affected then location.search could be affected too , ie |
Ok I ll try to do the url changes soon and keep the other one for later as a feature request. I won t be available before monday next week though when I should do the logo migration as well. |
I'm using sectorjs as module in react electron app with hash router
Spector opens results window on capture
window.location.hash === #/anomaly_gl/history
which is right hash for captured pagebu after clicking
Close
hash becomes#/
. Since it is react hash router, this renders another page.The text was updated successfully, but these errors were encountered: