mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Add the ReactEditorView::updateDisplay shim
This commit is contained in:
@@ -134,3 +134,5 @@ class ReactEditorView extends View
|
||||
@component.getDOMNode().style.width = (@editor.getDefaultCharWidth() * widthInChars) + 'px'
|
||||
|
||||
requestDisplayUpdate: -> # No-op shim for find-and-replace
|
||||
|
||||
updateDisplay: -> # No-op shim for package specs
|
||||
|
||||
Reference in New Issue
Block a user