We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb8e32 commit a7722e5Copy full SHA for a7722e5
src/js/editor/jsonEditor.js
@@ -184,6 +184,7 @@ export default class JsonEditor {
184
this.editor.onDidChangeModelContent(() => this.onContentChange());
185
this.editor.onDidFocusEditorWidget(() => App.setActiveEditor(this));
186
this.editor.onDidChangeCursorPosition((e) => this.onCursorChange(e));
187
+ this.updateStatusBar();
188
}
189
190
onCursorChange(e) {
0 commit comments