Skip to content

Commit b9e351c

Browse files
committed
fix: set this.DecorationManagement to undefined
1 parent 6235c2e commit b9e351c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/minimap.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export default class Minimap {
3939
*/
4040
this.minimapElement = undefined
4141

42+
// local cache of this.minimapElement.DecorationManagement
43+
this.DecorationManagement = undefined
44+
4245
/**
4346
* The Minimap's text editor.
4447
*

0 commit comments

Comments
 (0)