Rename flag for clarity

This commit is contained in:
Alasdair Smith
2018-05-25 13:48:35 +01:00
parent c6d2b4f1e7
commit d0b160d9a2
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ div.full-size(
#editor(
ace-editor="editor",
ng-if="!editor.richText",
ng-if="!editor.showRichText",
ng-show="!!editor.sharejs_doc && !editor.opening",
style=showRichText ? "top: 32px" : "",
theme="settings.theme",

View File

@@ -14,7 +14,7 @@ define [
opening: true
trackChanges: false
wantTrackChanges: false
richText: false
showRichText: false
}
@$scope.$on "entity:selected", (event, entity) =>