Delete works for multiple selections

This commit is contained in:
Corey Johnson
2012-03-27 09:12:58 -07:00
parent 553194dc9e
commit 819f1a86f2
2 changed files with 10 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ class CompositeSeleciton
selection.backspace()
delete: ->
for selection in @getSelections()
@modifySelections (selection) ->
selection.delete()
selectToScreenPosition: (position) ->