We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents add2602 + 1a6d781 commit dec65c0Copy full SHA for dec65c0
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