editor-menu-bar id

This commit is contained in:
Mo Bitar
2018-12-13 01:38:22 -06:00
parent 7cba67ce69
commit 9200055616
3 changed files with 11 additions and 10 deletions

View File

@@ -516,7 +516,7 @@ angular.module('app')
this.loadPreferences = function() {
this.monospaceFont = authManager.getUserPrefValue("monospaceFont", "monospace");
this.spellcheck = authManager.getUserPrefValue("spellcheck", true);
this.marginResizersEnabled = authManager.getUserPrefValue("marginResizersEnabled", false);
this.marginResizersEnabled = authManager.getUserPrefValue("marginResizersEnabled", true);
if(!document.getElementById("editor-content")) {
// Elements have not yet loaded due to ng-if around wrapper