Skip to content

Commit

Permalink
Merge pull request #4004 from nextcloud/fix/activating-the-tab-being-…
Browse files Browse the repository at this point in the history
…added

NcAppSidebarTabs: fix activating the tab being added
  • Loading branch information
ShGKme authored Apr 25, 2023
2 parents c140b20 + 37bd4c9 commit 44c2e9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/NcAppSidebar/NcAppSidebarTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,7 @@ export default {
}
return a.order - b.order
})
if (!this.activeTab) {
this.updateActive()
}
this.updateActive()
},
/**
Expand Down

0 comments on commit 44c2e9f

Please sign in to comment.