mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Fix indentation of selected region with tab
This commit is contained in:
@@ -133,7 +133,7 @@ class EditSession
|
||||
else
|
||||
@insertText('\t')
|
||||
else
|
||||
@activeEditSession.indentSelectedRows()
|
||||
@indentSelectedRows()
|
||||
|
||||
backspace: ->
|
||||
@mutateSelectedText (selection) -> selection.backspace()
|
||||
|
||||
Reference in New Issue
Block a user