Skip to content

Commit

Permalink
fixup! fix(files): sort not working after changing views
Browse files Browse the repository at this point in the history
  • Loading branch information
st3iny committed Jan 13, 2025
1 parent c2c4cf5 commit 446823a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/files/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const Navigation = Vue.observable<ProxiedNavigation>({
const actualNavigation = getNavigation()
actualNavigation.addEventListener('update', () => {
Vue.set(Navigation, 'views', actualNavigation.views)
Vue.set(Navigation, 'active', actualNavigation.active)
})
actualNavigation.addEventListener('updateActive', () => {
Vue.set(Navigation, 'active', actualNavigation.active)
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 446823a

Please sign in to comment.