mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Merge pull request #11758 from stanfieldr/master
Paste text at cursor instead of beginning of line
This commit is contained in:
@@ -3007,7 +3007,7 @@ class TextEditor extends Model
|
||||
maintainClipboard = false
|
||||
for selection in @getSelectionsOrderedByBufferPosition()
|
||||
if not selection.isEmpty()
|
||||
selection.copy(maintainClipboard, true)
|
||||
selection.copy(maintainClipboard, false)
|
||||
maintainClipboard = true
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user