We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90ce48 commit e1d666dCopy full SHA for e1d666d
1 file changed
docs/.vitepress/theme/observe-code-blocks.ts
@@ -19,7 +19,7 @@ export function observeCodeBlocks() {
19
entries.forEach((entry) => {
20
if (entry.isIntersecting) {
21
entry.target.classList.add("visible");
22
- observer.unobserve(entry.target);
+ languageCellObserver.unobserve(entry.target);
23
}
24
});
25
},
0 commit comments