mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Paste uses Editor.insertText
This commit is contained in:
@@ -324,7 +324,7 @@ class Editor extends View
|
||||
|
||||
cutSelection: -> @selection.cut()
|
||||
copySelection: -> @selection.copy()
|
||||
paste: -> @selection.insertText($native.readFromPasteboard())
|
||||
paste: -> @insertText($native.readFromPasteboard())
|
||||
|
||||
foldSelection: -> @selection.fold()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user