Keep returning array from TextEditor::mutateSelectedText

This commit is contained in:
Kevin Sawicki
2015-03-19 11:57:16 -07:00
parent a72b1ccdf4
commit 576e00fb93

View File

@@ -844,7 +844,6 @@ class TextEditor extends Model
@mergeIntersectingSelections =>
@transact =>
fn(selection, index) for selection, index in @getSelections()
return
# Move lines intersection the most recent selection up by one row in screen
# coordinates.