Skip to content

Commit

Permalink
fix(NcAppSidebarTabs): fix activating the tab being added
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii Shartsev <grigorii.shartsev@nextcloud.com>
  • Loading branch information
ShGKme committed Apr 24, 2023
1 parent c140b20 commit 37bd4c9
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 37bd4c9

Please sign in to comment.