We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc863b8 + 1a6d781 commit 2064d2eCopy full SHA for 2064d2e
1 file changed
apps/files/src/actions/sidebarAction.ts
@@ -49,8 +49,8 @@ export const action = new FileAction({
49
logger.debug('Sidebar already open for this file', { node })
50
return null
51
}
52
- // Open sidebar and set active tab to sharing by default
53
- window.OCA.Files?.Sidebar?.setActiveTab('sharing')
+ // Open sidebar and set active tab to manage sharing by default
+ window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
54
55
// TODO: migrate Sidebar to use a Node instead
56
await window.OCA.Files?.Sidebar?.open(node.path)
0 commit comments