mirror of
https://github.com/atom/atom.git
synced 2026-02-08 21:55:05 -05:00
Delete is on selection now, not editor
This commit is contained in:
@@ -37,7 +37,7 @@ class Delete
|
||||
execute: ->
|
||||
if @motion
|
||||
@motion.select()
|
||||
@editor.delete()
|
||||
@editor.getSelection().delete()
|
||||
else
|
||||
@editor.deleteLine()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user