mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Keep returning array from TextEditor::mutateSelectedText
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user