-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Fix group detail collapse on save and stay action #23099
Fix group detail collapse on save and stay action #23099
Conversation
|
3bdd19c
to
2786d2e
Compare
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.
This might be a good use case for Vue's new { once: true }
option in the watcher! https://vuejs.org/guide/essentials/watchers#once-watchers
I've never tried them myself, but it sounds like that's what we need in this case right? 🤔
Thanks for the suggestion! |
fb96c66
to
f64a2d1
Compare
Scope
When save article with "Save and Stay", it will refresh to fetch latest data, and then group detail would be collapsed by loading status changed.
It will be displayed by the setting rules , not keep user operation status
What's changed:
Reproduce setting
bandicam.2024-07-24.23-57-10-977.mp4
Reproduce demo
bandicam.2024-07-24.23-57-38-832.mp4
Fixed demo
bandicam.2024-07-24.23-59-38-770.mp4
Potential Risks / Drawbacks
Review Notes / Questions
Fixes #20968