-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(files): sort not working after changing views #50161
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
Conversation
|
/backport to stable30 |
|
/backport to stable29 |
446823a to
1c3ec2a
Compare
b97a3d2 to
c966e04
Compare
| // Init Navigation Service | ||
| // This only works with Vue 2 - with Vue 3 this will not modify the source but return just a observer | ||
| const Navigation = Vue.observable(getNavigation()) | ||
| Vue.prototype.$navigation = Navigation | ||
|
|
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.
🥳
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.
🎉
susnux
left a comment
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.
🚀
189daf0 to
18a670b
Compare
|
|
Signed-off-by: Richard Steinmetz <[email protected]>
18a670b to
835994a
Compare
Summary
Sorting the tabular view in files breaks if the view is changed twice.
How to reproduce?
Problem: The global
$navigationobject is not reactive enough and misses some changes.Before
2025-01-14.13-49-24.mp4
After
2025-01-14.13-51-11.mp4
TODO
Checklist