fix setTabSize
This commit is contained in:
parent
99879fdeef
commit
2f85538ce1
1 changed files with 2 additions and 1 deletions
|
|
@ -2405,7 +2405,8 @@ config.defineOptions(EditSession.prototype, "session", {
|
|||
this.$tabSize = tabSize;
|
||||
this._emit("changeTabSize");
|
||||
},
|
||||
initialValue: 4
|
||||
initialValue: 4,
|
||||
handlesSet: true
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue