@@ -3,6 +3,7 @@
.ace-editor-component {
height: 100%;
+ width: 100%;
text-align: left;
color: $fluid-black;
@@ -105,9 +105,6 @@
});
}
- const height = localStorage.getItem('ace.editor.custom.height') || '128';
- (<HTMLElement>this.$el).style.height = height + 'px';
-
editorElement.textContent = this.initialValue;
const editor = <Ace.Editor>ace.edit(editorElement);