Merge branch 'colllin-patch-1' of github.com:colllin/atom into colllin-patch-1

This commit is contained in:
Collin Donahue-Oponski
2015-11-20 14:13:05 -07:00

View File

@@ -2429,6 +2429,7 @@ class TextEditor extends Model
selections = @getSelections()
if selections.length > 1
selection.destroy() for selection in selections[1...(selections.length)]
selections[0].autoscroll()
true
else
false