Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit b72ae54

Browse files
committed
Reverse comment
1 parent c4190aa commit b72ae54

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/editor/Editor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1847,8 +1847,7 @@ define(function (require, exports, module) {
18471847
// Do not apply this option to inline editors
18481848
return;
18491849
} else if ((useTabChar && prefName === SPACE_UNITS) || (!useTabChar && prefName === TAB_SIZE)) {
1850-
// Set the CodeMirror option as long as it's not a change
1851-
// that is in conflict with the useTabChar setting.
1850+
// This change conflicts with the useTabChar setting, so do not change the CodeMirror option
18521851
return;
18531852
} else {
18541853
this._codeMirror.setOption(cmOptions[prefName], newValue);

0 commit comments

Comments
 (0)