This commit is contained in:
Antonio Scandurra
2015-12-03 13:07:14 +01:00
parent f22bd5d0ae
commit e75263b5e0

View File

@@ -195,7 +195,6 @@ class TextEditorPresenter
@shouldUpdateLineNumbersState = true
@shouldUpdateDecorations = true
@shouldUpdateOverlaysState = true
@shouldUpdateVerticalScrollState = true
@shouldUpdateCustomGutterDecorationState = true
@emitDidUpdateState()
@@ -212,7 +211,6 @@ class TextEditorPresenter
@shouldUpdateLineNumbersState = true
@shouldUpdateGutterOrderState = true
@shouldUpdateCustomGutterDecorationState = true
@emitDidUpdateState()
@disposables.add @model.onDidChangeGrammar(@didChangeGrammar.bind(this))