We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ffb84 commit e0fb895Copy full SHA for e0fb895
1 file changed
src/views/SharingPopup.vue
@@ -208,6 +208,7 @@ export default {
208
},
209
210
closeThisModal() {
211
+ const currentUrl = window.location.search
212
window.OCA.Files.Sidebar.setActiveTab('sharing-manage')
213
window.OCA.Files.Sidebar.close()
214
currentUrl.includes('openfile') ? window.OCA.Files.Sidebar.setFullScreenMode(true) : window.OCA.Files.Sidebar.setFullScreenMode(false)
0 commit comments