Skip to content

Commit e0fb895

Browse files
committed
added current url
1 parent 26ffb84 commit e0fb895

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/views/SharingPopup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ export default {
208208
},
209209
210210
closeThisModal() {
211+
const currentUrl = window.location.search
211212
window.OCA.Files.Sidebar.setActiveTab('sharing-manage')
212213
window.OCA.Files.Sidebar.close()
213214
currentUrl.includes('openfile') ? window.OCA.Files.Sidebar.setFullScreenMode(true) : window.OCA.Files.Sidebar.setFullScreenMode(false)

0 commit comments

Comments
 (0)