mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
📝 Drop line about single line selections
This commit is contained in:
@@ -1194,8 +1194,6 @@ class Editor extends Model
|
||||
#
|
||||
# This methods break apart all multi-line selections to create multiple
|
||||
# single-line selections that cumulatively cover the same original area.
|
||||
#
|
||||
# This method will not affect any single line selections.
|
||||
splitSelectionIntoLines: ->
|
||||
for selection in @getSelections()
|
||||
range = selection.getBufferRange()
|
||||
|
||||
Reference in New Issue
Block a user