We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minimal Example on usegalaxy.org
A hard refresh renders the correct default for this second new history, so I'm fairly sure this is just some sort of caching problem.
The text was updated successfully, but these errors were encountered:
This seems like a reactivity issue. This line decouples the reactivity from the history: https://github.com/galaxyproject/galaxy/blob/dev/client/src/components/History/CurrentHistory/HistoryCounter.vue#L57
This can be fixed with a watcher, or removing the ref and solely relying on the history object as a source of truth, and updating that.
I cannot confirm or test this at the moment, as I do not have object stores set up locally.
Sorry, something went wrong.
seems like a duplicate of #16826 -- but with better description
ElectronicBlueberry
Successfully merging a pull request may close this issue.
Minimal Example on usegalaxy.org
A hard refresh renders the correct default for this second new history, so I'm fairly sure this is just some sort of caching problem.
The text was updated successfully, but these errors were encountered: