- For internal shared links of Office documents sidebar gets open by default
    - sidebar should not open at all when we click on document file or file gets opened by shared link

Signed-off-by: Darshan-upadhyay1110 <darshan.upadhyay@collabora.com>
This commit is contained in:
Darshan-upadhyay1110 2023-10-26 17:18:01 +05:30 коммит произвёл Julius Härtl
Родитель 35338a245f
Коммит e7b20af504
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -221,6 +221,8 @@ export default {
this.postMessage.sendWOPIPostMessage(FRAME_DOCUMENT, msgId, values)
},
})
window.OCA?.Files?.Sidebar?.close()
}
this.postMessage.registerPostMessageHandler(this.postMessageHandler)