diff --git a/src/text-editor-presenter.coffee b/src/text-editor-presenter.coffee index 13cc911e4..48b685dc5 100644 --- a/src/text-editor-presenter.coffee +++ b/src/text-editor-presenter.coffee @@ -74,9 +74,10 @@ class TextEditorPresenter @updateEndRow() @updateLineDecorations() if @shouldUpdateDecorations - @updateTilesState() if @shouldUpdateLinesState + @updateTilesState() if @shouldUpdateLineNumbersState or @shouldUpdateLinesState @shouldUpdateLinesState = false + @shouldUpdateLineNumbersState = false @state