mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Don’t override lineOverdrawMargin with null
This commit is contained in:
@@ -15,7 +15,6 @@ class TextEditorElement extends HTMLElement
|
||||
componentDescriptor: null
|
||||
component: null
|
||||
attached: false
|
||||
lineOverdrawMargin: null
|
||||
focusOnAttach: false
|
||||
|
||||
createdCallback: ->
|
||||
@@ -110,7 +109,6 @@ class TextEditorElement extends HTMLElement
|
||||
rootElement: @rootElement
|
||||
stylesElement: @stylesElement
|
||||
editor: @model
|
||||
lineOverdrawMargin: @lineOverdrawMargin
|
||||
useShadowDOM: @useShadowDOM
|
||||
)
|
||||
@component = React.renderComponent(@componentDescriptor, @rootElement)
|
||||
|
||||
Reference in New Issue
Block a user