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 8d4f966 commit 259a7a3Copy full SHA for 259a7a3
src/index.ts
@@ -27,7 +27,7 @@ export default class InlineCode implements InlineTool {
27
/**
28
* Tag representing the term
29
*/
30
- private tag: string;
+ private tag: string = 'CODE';
31
32
* CSS classes for the icon
33
@@ -47,8 +47,6 @@ export default class InlineCode implements InlineTool {
47
48
this.button = null;
49
50
- this.tag = 'CODE';
51
-
52
this.iconClasses = {
53
base: this.api.styles.inlineToolButton,
54
active: this.api.styles.inlineToolButtonActive,
0 commit comments