mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Revert "Don’t override lineOverdrawMargin with null"
This reverts commit 04cb43d657.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user