mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
move maintainClipboard into if block
This commit is contained in:
@@ -2594,7 +2594,7 @@ class TextEditor extends Model
|
||||
for selection in @getSelectionsOrderedByBufferPosition()
|
||||
if not selection.isEmpty()
|
||||
selection.copy(maintainClipboard, true)
|
||||
maintainClipboard = true
|
||||
maintainClipboard = true
|
||||
return
|
||||
|
||||
# Essential: For each selection, cut the selected text.
|
||||
|
||||
Reference in New Issue
Block a user