We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3547f71 + e0fb895 commit 9dbec78Copy full SHA for 9dbec78
1 file changed
src/views/SharingPopup.vue
@@ -208,15 +208,10 @@ export default {
208
},
209
210
closeThisModal() {
211
- this.modal = false
212
const currentUrl = window.location.search
213
-
214
- if (this.newLinkShare || this.shareSent) {
215
- // this.openSharingManage()
216
- } else {
217
- window.OCA.Files.Sidebar.close()
218
- currentUrl.includes('openfile') ? window.OCA.Files.Sidebar.setFullScreenMode(true) : window.OCA.Files.Sidebar.setFullScreenMode(false)
219
- }
+ window.OCA.Files.Sidebar.setActiveTab('sharing-manage')
+ window.OCA.Files.Sidebar.close()
+ currentUrl.includes('openfile') ? window.OCA.Files.Sidebar.setFullScreenMode(true) : window.OCA.Files.Sidebar.setFullScreenMode(false)
220
221
222
async openSharingManage() {
0 commit comments