diff --git a/src/text-editor-element.coffee b/src/text-editor-element.coffee index 803f25bc0..67e62b408 100644 --- a/src/text-editor-element.coffee +++ b/src/text-editor-element.coffee @@ -15,6 +15,7 @@ class TextEditorElement extends HTMLElement componentDescriptor: null component: null attached: false + lineOverdrawMargin: null focusOnAttach: false createdCallback: -> @@ -109,6 +110,7 @@ class TextEditorElement extends HTMLElement rootElement: @rootElement stylesElement: @stylesElement editor: @model + lineOverdrawMargin: @lineOverdrawMargin useShadowDOM: @useShadowDOM ) @component = React.renderComponent(@componentDescriptor, @rootElement)