Skip to content

Commit b444af1

Browse files
committed
docs: fix hljs init
1 parent f347519 commit b444af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/assets/js/hljs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
document.addEventListener('DOMContentLoaded', (event) => {
1+
window.document$.subscribe(() => {
22
hljs.highlightAll();
33
});

0 commit comments

Comments
 (0)