Make TextEditor.prototype.scrollPastEnd false by default

This commit is contained in:
Antonio Scandurra
2016-10-10 09:26:52 +02:00
parent 18ddcf902b
commit dbd7817823

View File

@@ -150,7 +150,7 @@ class TextEditor extends Model
@hasTerminatedPendingState = false
@mini ?= false
@scrollPastEnd ?= true
@scrollPastEnd ?= false
@showInvisibles ?= true
@softTabs ?= true
tabLength ?= 2