Skip to content

Commit 2f925d5

Browse files
authored
Remove lazy highlighting for now (github#26091)
1 parent ef324ab commit 2f925d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/rest/RestReferencePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const RestReferencePage = ({
9898
// Note! This "core selector", which determines whether to bother
9999
// or not, needs to match what's used inside ClientSideHighlightJS.tsx
100100
if (document.querySelector('[data-highlight]')) {
101-
setLazyLoadHighlightJS(true)
101+
setLazyLoadHighlightJS(false)
102102
}
103103

104104
// Important to depend on the current path because the first page you

0 commit comments

Comments
 (0)