We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3718238 commit b996f80Copy full SHA for b996f80
1 file changed
public/js/index.js
@@ -285,6 +285,7 @@ defaultTextHeight = parseInt($(".CodeMirror").css('line-height'));
285
286
var statusBarTemplate = null;
287
var statusBar = null;
288
+var statusPanel = null;
289
var statusCursor = null;
290
var statusFile = null;
291
var statusIndicators = null;
@@ -312,7 +313,7 @@ function addStatusBar() {
312
313
statusIndent = statusBar.find('.status-indent');
314
statusKeymap = statusBar.find('.status-keymap');
315
statusLength = statusBar.find('.status-length');
- editor.addPanel(statusBar[0], {
316
+ statusPanel = editor.addPanel(statusBar[0], {
317
position: "bottom"
318
});
319
0 commit comments