We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52d63b commit 15eeb74Copy full SHA for 15eeb74
src/index.ts
@@ -26,8 +26,6 @@ export default class Highlighter extends EventEmitter {
26
27
static isHighlightWrapNode = isHighlightWrapNode;
28
29
- options: HighlighterOptions;
30
-
31
hooks: HookMap;
32
33
painter: Painter;
@@ -36,6 +34,8 @@ export default class Highlighter extends EventEmitter {
36
34
37
35
private _hoverId: string;
38
+ private options: HighlighterOptions;
+
39
private readonly event = getInteraction();
40
41
constructor(options?: HighlighterOptions) {
0 commit comments