mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05:00
update comments
This commit is contained in:
@@ -2264,7 +2264,7 @@ class TextEditor extends Model
|
||||
@consolidateSelections()
|
||||
@getLastSelection().clear(options)
|
||||
|
||||
# Reduce multiple selections to the first, original selection.
|
||||
# Reduce multiple selections to the least recently added selection.
|
||||
consolidateSelections: ->
|
||||
selections = @getSelections()
|
||||
if selections.length > 1
|
||||
|
||||
Reference in New Issue
Block a user