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.
1 parent 9517c97 commit 4c09cc3Copy full SHA for 4c09cc3
apps/files/src/actions/sidebarAction.ts
@@ -37,7 +37,7 @@ 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
0 commit comments