mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
When using the event editor:copy-selection, it pastes at the cursor
rather than the beginning of the line (see #11542)
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