diff --git a/www/drive/main.js b/www/drive/main.js index e611579ca..40d875eda 100644 --- a/www/drive/main.js +++ b/www/drive/main.js @@ -2764,7 +2764,8 @@ define([ console.error(e); refresh(); } - } + }, + body: $iframe.find('body') }; APP.FM = Cryptpad.createFileManager(fmConfig);