From c56e362a7c338e6b56d9d25b7bcdaac01220a56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 8 Jul 2020 14:13:19 +0200 Subject: Pass though fileList to the FilesAppIntegration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- src/files.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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) } -- cgit v1.2.3