mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Remove InputComponent.getDomNode method
Access the dom node directly in TextEditorElement instead Signed-off-by: Damien Guard <damieng@github.com>
This commit is contained in:
committed by
Damien Guard
parent
efd20774de
commit
6f4a506517
@@ -346,7 +346,6 @@ class TextEditorComponent
|
||||
focused: ->
|
||||
if @mounted
|
||||
@presenter.setFocused(true)
|
||||
@hiddenInputComponent.getDomNode().focus()
|
||||
|
||||
blurred: ->
|
||||
if @mounted
|
||||
|
||||
Reference in New Issue
Block a user