mirror of
https://github.com/atom/atom.git
synced 2026-02-18 18:34:21 -05:00
Fix isReversed option name
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user