refactor: remove now-redundant @ts-ignore
This commit is contained in:
parent
350247806d
commit
522caa6add
@ -67,9 +67,7 @@ declare const Handlebars: any;
|
||||
}
|
||||
|
||||
content = block.innerHTML;
|
||||
// @ts-ignore
|
||||
content = content.replaceAll("<mark>", "<mark>");
|
||||
// @ts-ignore
|
||||
content = content.replaceAll("</mark>", "</mark>");
|
||||
block.innerHTML = content;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user