Skip to content

Commit

Permalink
Bugfix: Navigate into trashbin while sidebar is open is not possible (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear authored Jan 17, 2024
1 parent a47d6e0 commit 4e33907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/enhancement-file-sidebar
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This makes in place viewing file details, tagging, sharing, and much more possib

https://github.com/owncloud/web/pull/10111
https://github.com/owncloud/web/pull/10152
https://github.com/owncloud/web/pull/10344
2 changes: 1 addition & 1 deletion packages/web-pkg/src/components/SideBar/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export default defineComponent({
return panelName
},
activePanelName() {
return this.activeAvailablePanelName || this.rootPanel.name
return this.activeAvailablePanelName || this.rootPanel?.name
},
rootPanel() {
return this.panels.find((panel) => panel.isRoot?.(this.panelContext))
Expand Down

0 comments on commit 4e33907

Please sign in to comment.