Skip to content

Commit

Permalink
fix: set this.DecorationManagement to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 16, 2021
1 parent 6235c2e commit b9e351c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/minimap.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ export default class Minimap {
*/
this.minimapElement = undefined

// local cache of this.minimapElement.DecorationManagement
this.DecorationManagement = undefined

/**
* The Minimap's text editor.
*
Expand Down

0 comments on commit b9e351c

Please sign in to comment.