🐛 Autoscroll to cursor after clearing multi-cursor selection.

This commit is contained in:
Collin Donahue-Oponski
2015-11-16 22:05:23 -07:00
parent 86e608dc56
commit 538500042c

View File

@@ -2445,6 +2445,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