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 f5aa4d9 commit 7dae076Copy full SHA for 7dae076
src/class/HTMLCodeBlockElement.ts
@@ -52,7 +52,7 @@ export default class HTMLCodeBlockElement extends HTMLElement {
52
#controls: boolean = false;
53
54
/** Outputs the resulting syntax-highlighted markup to the DOM. */
55
- #render() {
+ #render = function (this: HTMLCodeBlockElement) {
56
if (!this.parentNode) {
57
return;
58
}
0 commit comments