mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add ReactEditorView::insertText shim
This commit is contained in:
@@ -145,6 +145,9 @@ class ReactEditorView extends View
|
||||
setText: (text) ->
|
||||
@editor.setText(text)
|
||||
|
||||
insertText: (text) ->
|
||||
@editor.insertText(text)
|
||||
|
||||
requestDisplayUpdate: -> # No-op shim for find-and-replace
|
||||
|
||||
updateDisplay: -> # No-op shim for package specs
|
||||
|
||||
Reference in New Issue
Block a user