diff --git a/lib/mixins/decoration-management.coffee b/lib/mixins/decoration-management.coffee index 8c814c3a..4b1bee49 100644 --- a/lib/mixins/decoration-management.coffee +++ b/lib/mixins/decoration-management.coffee @@ -307,6 +307,10 @@ class DecorationManagement extends Mixin @decorationUpdatedSubscriptions = {} @decorationDestroyedSubscriptions = {} + # Internal: Introduced in the DisplayBuffer in v0.206.0 to handle change + # in overlay decorations. It does nothing here because we don't use the + # overlay type. + decorationDidChangeType: (decoration) -> # Internal: Receive the update event of a decoration and trigger # a `minimap:decoration-updated` event.