Default to auto height being true.

Otherwise TextEditorElements created through the tag wouldn’t have a
setting and be wrong.
This commit is contained in:
joshaber
2016-03-04 16:36:47 -05:00
parent c2c3217c9d
commit 6cc80e05ff

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.