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

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-08-15 21:11:53 +0300
committerGitHub <noreply@github.com>2018-08-15 21:11:53 +0300
commit8d5c2d2d459c18c2b1653ba6b29ef76600b769da (patch)
tree9feb0a592fc31ec11e7826a2d0294301a92e396a
parent83e325daa72735dd36ea2da70da8699eadf38955 (diff)
parentfe64d1cc182135533fc9474d6c7399921a2381da (diff)
Merge pull request #107 from nextcloud/bugfix/106/sidebar-overlay
Move editor container outside of the app content
-rw-r--r--js/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/editor.js b/js/editor.js
index d4065ac..ae08452 100644
--- a/js/editor.js
+++ b/js/editor.js
@@ -283,7 +283,7 @@ var Files_Texteditor = {
+'<div id="editor_container" class="icon-loading">'
+'<div id="editor_wrap"><div id="editor"></div>'
+'<div id="preview_wrap"><div id="preview"></div></div></div></div>');
- $('#app-content').append(container);
+ $('#content').append(container);
// Get the file data