Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-07-08 15:13:19 +0300
committerJulius Härtl <jus@bitgrid.net>2020-10-13 15:35:55 +0300
commitc56e362a7c338e6b56d9d25b7bcdaac01220a56b (patch)
treeebeebf5dc0cc6439a432f08c6e7144ad01b9a203 /src
parent98038381c09c7bd5ff9e62248f12ebbf1805b35d (diff)
Pass though fileList to the FilesAppIntegration
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'src')
-rw-r--r--src/files.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/files.js b/src/files.js
index b8a8d943..c8ab15fe 100644
--- a/src/files.js
+++ b/src/files.js
@@ -161,6 +161,7 @@ const odfViewer = {
FilesAppIntegration.init({
fileName,
fileId,
+ fileList: context.fileList,
sendPostMessage: (msgId, values) => {
PostMessages.sendWOPIPostMessage(FRAME_DOCUMENT, msgId, values)
}