We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c4179 + 4c09cc3 commit eea80b0Copy full SHA for eea80b0
apps/files/src/actions/sidebarAction.ts
@@ -37,7 +37,8 @@ export const action = new FileAction({
37
async exec(node: Node, view: View, dir: string) {
38
try {
39
// Open sidebar and set active tab to sharing by default
40
- window.OCA.Files.Sidebar.setActiveTab('sharing')
+ // window.OCA.Files.Sidebar.setActiveTab('sharing')
41
+ window.OCA.Files.Sidebar.setActiveTab('sharing-manage');
42
43
// TODO: migrate Sidebar to use a Node instead
44
await window.OCA.Files.Sidebar.open(node.path)
0 commit comments