mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Merge pull request #11065 from atom/default-to-autoheight
Default to auto height being true.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user