mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Delete works for multiple selections
This commit is contained in:
@@ -39,7 +39,7 @@ class CompositeSeleciton
|
||||
selection.backspace()
|
||||
|
||||
delete: ->
|
||||
for selection in @getSelections()
|
||||
@modifySelections (selection) ->
|
||||
selection.delete()
|
||||
|
||||
selectToScreenPosition: (position) ->
|
||||
|
||||
Reference in New Issue
Block a user