mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Properly show sidebar when clicking on share button
This commit is contained in:
parent
6141ea12b1
commit
e7e0cfe93d
1 changed files with 1 additions and 0 deletions
|
|
@ -379,6 +379,7 @@
|
|||
if (tabId) {
|
||||
this._detailsView.selectTab(tabId);
|
||||
}
|
||||
OC.Apps.showAppSidebar();
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue