diff --git a/src/text-editor-presenter.coffee b/src/text-editor-presenter.coffee index 08d83b59e..24847d1a2 100644 --- a/src/text-editor-presenter.coffee +++ b/src/text-editor-presenter.coffee @@ -38,7 +38,6 @@ class TextEditorPresenter @updateLinesState() @updateGutterState() @updateLineNumbersState() - @disposables.add @model.onDidChangeSoftWrapped(@updateState.bind(this)) @disposables.add @model.onDidChangeGrammar(@updateContentState.bind(this)) @disposables.add @model.onDidChangePlaceholderText(@updateContentState.bind(this)) @disposables.add @model.onDidChangeMini =>