Update parent view is-focused and mini classes on editor mount

Fixes #3526
This commit is contained in:
Nathan Sobo
2014-09-15 16:03:36 -06:00
parent 647f6c5b24
commit ebe116d724

View File

@@ -184,6 +184,8 @@ EditorComponent = React.createClass
@subscribe scrollbarStyle.changes, @refreshScrollbars
@domPollingIntervalId = setInterval(@pollDOM, @domPollingInterval)
@updateParentViewFocusedClassIfNeeded({})
@updateParentViewMiniClassIfNeeded({})
@checkForVisibilityChange()
componentWillUnmount: ->