Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11065 from atom/default-to-autoheight
Browse files Browse the repository at this point in the history
Default to auto height being true.
  • Loading branch information
joshaber committed Mar 4, 2016
2 parents c2c3217 + 6cc80e0 commit fa6905f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/text-editor-element.coffee
Expand Up @@ -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.
Expand Down

0 comments on commit fa6905f

Please sign in to comment.