mirror of
https://github.com/atom/atom.git
synced 2026-01-25 06:48:28 -05:00
✨ Don’t unfold buffer rows when editing
This commit is contained in:
@@ -365,7 +365,6 @@ class Selection extends Model
|
||||
# * `undo` if `skip`, skips the undo stack for this operation.
|
||||
insertText: (text, options={}) ->
|
||||
oldBufferRange = @getBufferRange()
|
||||
@editor.unfoldBufferRow(oldBufferRange.end.row)
|
||||
wasReversed = @isReversed()
|
||||
@clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user