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 53c627f commit b39fa4fCopy full SHA for b39fa4f
lib/minimap-element.js
@@ -311,7 +311,7 @@ class MinimapElement {
311
}),
312
313
atom.config.observe('minimap.ignoreWhitespacesInTokens', (ignoreWhitespacesInTokens) => {
314
- this.ignoreWhitespacesInTokens = ignoreWhitespacesInTokens
+ this.CanvasDrawer.ignoreWhitespacesInTokens = ignoreWhitespacesInTokens
315
316
if (this.attached) { this.requestForcedUpdate() }
317
lib/mixins/canvas-drawer.js
@@ -19,6 +19,7 @@ export default class CanvasDrawer {
19
this.minimap = undefined
20
// set by minimapElement
21
this.displayCodeHighlights = undefined
22
+ this.ignoreWhitespacesInTokens = undefined
23
24
/**
25
* This MinimapElement's DOMStylesReader
0 commit comments