We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd630c9 + 4c09cc3 commit ad9250cCopy full SHA for ad9250c
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