Skip to content

Commit 446823a

Browse files
committed
fixup! fix(files): sort not working after changing views
1 parent c2c4cf5 commit 446823a

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

apps/files/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const Navigation = Vue.observable<ProxiedNavigation>({
5353
const actualNavigation = getNavigation()
5454
actualNavigation.addEventListener('update', () => {
5555
Vue.set(Navigation, 'views', actualNavigation.views)
56+
Vue.set(Navigation, 'active', actualNavigation.active)
5657
})
5758
actualNavigation.addEventListener('updateActive', () => {
5859
Vue.set(Navigation, 'active', actualNavigation.active)

dist/files-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)