We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec70a8 commit 25b9997Copy full SHA for 25b9997
src/text-editor.js
@@ -4233,7 +4233,7 @@ module.exports = class TextEditor {
4233
// * `tabLength` {Number} length of a single tab. Setting to `null` will
4234
// fallback to using the `editor.tabLength` config setting
4235
setTabLength(tabLength) {
4236
- this.update({ tabLength });
+ this.updateTabLength(tabLength, true);
4237
}
4238
4239
// Returns an {Object} representing the current invisible character
0 commit comments