From 7617aba611f9fa9d41120ce9ff30e555ab26f107 Mon Sep 17 00:00:00 2001 From: kir rio Date: Wed, 11 Jan 2023 12:06:25 +0900 Subject: [PATCH] =?UTF-8?q?cheditor=20this.URI=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/editor/cheditor5/cheditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {