mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
Rename to TextEditorPresenter::invalidateState
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user