diff --git a/plugin/editor/cheditor5/cheditor.js b/plugin/editor/cheditor5/cheditor.js index 58790b338..c5c2224f6 100644 --- a/plugin/editor/cheditor5/cheditor.js +++ b/plugin/editor/cheditor5/cheditor.js @@ -568,7 +568,7 @@ function setConfig() { this.cheditor.tabSpaces = ''; this.cheditor.modifyState = false; this.cheditor.tabSpaces = new Array(this.config.tabIndent + 1).join(' '); - // this.URI = URI; + this.URI = URI; } function cheditor() {