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 32591f6 commit 6c31620Copy full SHA for 6c31620
src/text-editor.js
@@ -1343,7 +1343,7 @@ module.exports = class TextEditor {
1343
// * `editorWidthInChars` A {Number} representing the width of the
1344
// {TextEditorElement} in characters.
1345
setEditorWidthInChars(editorWidthInChars) {
1346
- this.update({ editorWidthInChars });
+ this.updateEditorWidthInChars(editorWidthInChars, true);
1347
}
1348
1349
// Returns the editor width in characters.
0 commit comments