mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Backspace works with multiple selections
This commit is contained in:
committed by
Corey Johnson
parent
29a2cc5886
commit
553194dc9e
@@ -35,7 +35,7 @@ class CompositeSeleciton
|
||||
selection.insertText(text)
|
||||
|
||||
backspace: ->
|
||||
for selection in @getSelections()
|
||||
@modifySelections (selection) ->
|
||||
selection.backspace()
|
||||
|
||||
delete: ->
|
||||
|
||||
Reference in New Issue
Block a user