mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove unnecessary onDidChangeSoftWrapped subscription
This commit is contained in:
@@ -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 =>
|
||||
|
||||
Reference in New Issue
Block a user