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
diff options
context:
space:
mode:
Diffstat (limited to 'src/files.js')
-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)
}