Skip to content

Commit

Permalink
Fix resize observer on breadcrumb navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Feb 9, 2022
1 parent 120bb76 commit 9ea2695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-app-files/src/views/spaces/Project.vue
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ export default {
if (!sameRoute || !sameItem) {
this.loadFilesListTask.perform(this, sameRoute, to.params.item)
this.loadReadmeTask.perform(this)
}
},
immediate: true
Expand Down

0 comments on commit 9ea2695

Please sign in to comment.