mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Make TextEditor.prototype.scrollPastEnd false by default
This commit is contained in:
@@ -150,7 +150,7 @@ class TextEditor extends Model
|
||||
@hasTerminatedPendingState = false
|
||||
|
||||
@mini ?= false
|
||||
@scrollPastEnd ?= true
|
||||
@scrollPastEnd ?= false
|
||||
@showInvisibles ?= true
|
||||
@softTabs ?= true
|
||||
tabLength ?= 2
|
||||
|
||||
Reference in New Issue
Block a user