We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fcaf5 commit c8162f4Copy full SHA for c8162f4
lib/minimap-highlight-selected.coffee
@@ -53,7 +53,7 @@ class MinimapHighlightSelected
53
@decorations.push decoration
54
55
markersDestroyed: =>
56
- @decorations.forEach (decoration) -> decoration.destroy()
+ @decorations?.forEach (decoration) -> decoration.destroy()
57
@decorations = []
58
59
deactivatePlugin: ->
0 commit comments