Rename to TextEditorPresenter::invalidateState

This commit is contained in:
Antonio Scandurra
2015-09-21 10:28:44 +02:00
parent 4318de43c9
commit b367b799bf

View File

@@ -35,7 +35,7 @@ class TextEditorPresenter
@observeModel()
@observeConfig()
@buildState()
@invalidate()
@invalidateState()
@startBlinkingCursors() if @focused
@startReflowing() if @continuousReflow
@updating = false
@@ -128,7 +128,7 @@ class TextEditorPresenter
@shouldUpdateGutterOrderState = false
@shouldUpdateCustomGutterDecorationState = false
invalidate: ->
invalidateState: ->
@shouldUpdateFocusedState = true
@shouldUpdateHeightState = true
@shouldUpdateVerticalScrollState = true