add comment
This commit is contained in:
parent
2e37a9e131
commit
6525e23c9d
|
|
@ -1038,6 +1038,7 @@ export class Recorder {
|
||||||
];
|
];
|
||||||
|
|
||||||
this.highlight.install();
|
this.highlight.install();
|
||||||
|
// some frameworks erase the DOM on hydration, so periodically ensure that the highlighter is installed
|
||||||
const recreationInterval = setInterval(() => {
|
const recreationInterval = setInterval(() => {
|
||||||
this.highlight.install();
|
this.highlight.install();
|
||||||
}, 500);
|
}, 500);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue