diff --git a/src/app/editor.coffee b/src/app/editor.coffee index f73512285..d76af7aab 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -670,8 +670,7 @@ class Editor extends View $(document).one "mouseup.editor-#{@id}", => clearInterval(interval) $(document).off 'mousemove', moveHandler - reverse = @activeEditSession.getLastSelection().isReversed() - @activeEditSession.mergeIntersectingSelections({reverse}) + @activeEditSession.mergeIntersectingSelections(isReversed: @activeEditSession.getLastSelection().isReversed()) @activeEditSession.finalizeSelections() @syncCursorAnimations()