Skip to content

Commit 7983427

Browse files
authored
Merge pull request #463 from Abhinavcode13/patch-2
fix: set `lazyLoad` to false in code-embed component
2 parents a2bab4a + 8929569 commit 7983427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/ReferenceItemLayout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ const seenParams: Record<string, true> = {};
103103
initialValue={exampleCode}
104104
previewable={!classes.norender}
105105
editable
106-
lazyLoad={i > 0}
106+
lazyLoad={false}
107107
previewHeight="100px"
108108
previewWidth="100px"
109109
allowSideBySide={true}

0 commit comments

Comments
 (0)