diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 83f9dc240..e246f76a9 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -923,8 +923,8 @@ class TextEditor extends Model for selection in selectionsToMove newSelectionRanges.push(selection.translate([insertDelta, 0])) - @setSelectedBufferRanges(newSelectionRanges, {autoscroll: false, preserveFolds: true}) - @scrollToBufferPosition([newSelectionRanges[0].start.row - 1, 0]) + @setSelectedBufferRanges(newSelectionRanges, {autoscroll: false, preserveFolds: true}) + @scrollToBufferPosition([newSelectionRanges[0].start.row - 1, 0]) # Duplicate the most recent cursor's current line. duplicateLines: ->