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:
Robert Stanfield
2016-05-15 20:45:45 -04:00
parent b498521583
commit f36e148acc

View File

@@ -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