mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
🎨 newlines fix
This commit is contained in:
@@ -2994,6 +2994,7 @@ describe "TextEditor", ->
|
||||
sort
|
||||
items
|
||||
"""
|
||||
|
||||
describe ".copyOnlySelectedText()", ->
|
||||
describe "when thee are multiple selections", ->
|
||||
it "copies selected text onto the clipboard", ->
|
||||
|
||||
@@ -2587,7 +2587,6 @@ class TextEditor extends Model
|
||||
maintainClipboard = true
|
||||
return
|
||||
|
||||
|
||||
# Private: For each selection, only copy highlighted text.
|
||||
copyOnlySelectedText: ->
|
||||
maintainClipboard = false
|
||||
|
||||
Reference in New Issue
Block a user