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.
2 parents fa8abfe + c8162f4 commit b88d5caCopy full SHA for b88d5ca
lib/minimap-highlight-selected.coffee
@@ -55,7 +55,7 @@ class MinimapHighlightSelected
55
@decorations.push decoration
56
57
markersDestroyed: =>
58
- @decorations.forEach (decoration) -> decoration.destroy()
+ @decorations?.forEach (decoration) -> decoration.destroy()
59
@decorations = []
60
61
deactivatePlugin: ->
0 commit comments