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 4e81b4c commit 56b6d3eCopy full SHA for 56b6d3e
lib/decoration-management.js
@@ -604,7 +604,7 @@ export default class DecorationManagement {
604
this.decorationDestroyedSubscriptions.clear()
605
}
606
607
- destroy() {
+ destroy () {
608
this.removeAllDecorations()
609
this.minimap = undefined
610
this.emitter = undefined
lib/minimap.js
@@ -270,7 +270,7 @@ export default class Minimap {
270
271
this.textEditor.onDidDestroy(() => {
272
if (editorsMinimaps) {
273
- editorsMinimaps.delete(this.textEditor)
+ editorsMinimaps.delete(this.textEditor)
274
275
this.destroy()
276
}),
0 commit comments