Merge pull request #11065 from atom/default-to-autoheight

Default to auto height being true.
This commit is contained in:
Josh Abernathy
2016-03-04 17:09:09 -05:00

View File

@@ -18,6 +18,7 @@ class TextEditorElement extends HTMLElement
hasTiledRendering: true
logicalDisplayBuffer: true
scrollPastEnd: true
autoHeight: true
createdCallback: ->
# Use globals when the following instance variables aren't set.