mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
🚱 Dispose ::onDidUpdateMarkers in presenter
This commit is contained in:
@@ -129,7 +129,7 @@ class TextEditorPresenter
|
||||
@shouldUpdateCustomGutterDecorationState = true
|
||||
@emitDidUpdateState()
|
||||
|
||||
@model.onDidUpdateMarkers =>
|
||||
@disposables.add @model.onDidUpdateMarkers =>
|
||||
@shouldUpdateLinesState = true
|
||||
@shouldUpdateLineNumbersState = true
|
||||
@shouldUpdateDecorations = true
|
||||
|
||||
Reference in New Issue
Block a user