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 10730c9 commit baf6737Copy full SHA for baf6737
lib/mixins/canvas-drawer.js
@@ -29,6 +29,7 @@ export default class CanvasDrawer extends Mixin {
29
this.drawHighlightDecoration = drawHighlightDecoration
30
this.drawHighlightOutlineDecoration = drawHighlightOutlineDecoration
31
this.drawCustomDecoration = drawCustomDecoration
32
+ this.DOMStylesReader = domStylesReader
33
}
34
35
/**
0 commit comments