Skip to content

Commit 5573d5b

Browse files
committed
docs: fix hljs init
1 parent aa1f067 commit 5573d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)