Skip to content

Commit a7722e5

Browse files
committed
fix(editor): show correct byte and line count when reloading from cache
1 parent 7eb8e32 commit a7722e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/editor/jsonEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export default class JsonEditor {
184184
this.editor.onDidChangeModelContent(() => this.onContentChange());
185185
this.editor.onDidFocusEditorWidget(() => App.setActiveEditor(this));
186186
this.editor.onDidChangeCursorPosition((e) => this.onCursorChange(e));
187+
this.updateStatusBar();
187188
}
188189

189190
onCursorChange(e) {

0 commit comments

Comments
 (0)