🎨 newlines fix

This commit is contained in:
Luke Pommersheim
2015-08-18 18:20:08 +02:00
parent 1a965edd00
commit e96d6f50ad
2 changed files with 1 additions and 1 deletions

View File

@@ -2994,6 +2994,7 @@ describe "TextEditor", ->
sort
items
"""
describe ".copyOnlySelectedText()", ->
describe "when thee are multiple selections", ->
it "copies selected text onto the clipboard", ->

View File

@@ -2587,7 +2587,6 @@ class TextEditor extends Model
maintainClipboard = true
return
# Private: For each selection, only copy highlighted text.
copyOnlySelectedText: ->
maintainClipboard = false