cheditor this.URI 추가

This commit is contained in:
kir rio
2023-01-11 12:06:25 +09:00
parent d99641d122
commit 7617aba611

View File

@ -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() {