Revert "Reset only lines state"

This reverts commit 39e8920c72.
This commit is contained in:
Antonio Scandurra
2015-09-21 11:37:07 +02:00
parent 39e8920c72
commit 58c219d95c

View File

@@ -74,9 +74,10 @@ class TextEditorPresenter
@updateEndRow()
@updateLineDecorations() if @shouldUpdateDecorations
@updateTilesState() if @shouldUpdateLinesState
@updateTilesState() if @shouldUpdateLineNumbersState or @shouldUpdateLinesState
@shouldUpdateLinesState = false
@shouldUpdateLineNumbersState = false
@state