Skip to content

Commit

Permalink
Merge pull request #463 from Abhinavcode13/patch-2
Browse files Browse the repository at this point in the history
fix: set `lazyLoad` to false in code-embed component
  • Loading branch information
davepagurek authored Jul 18, 2024
2 parents a2bab4a + 8929569 commit 7983427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/ReferenceItemLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const seenParams: Record<string, true> = {};
initialValue={exampleCode}
previewable={!classes.norender}
editable
lazyLoad={i > 0}
lazyLoad={false}
previewHeight="100px"
previewWidth="100px"
allowSideBySide={true}
Expand Down

0 comments on commit 7983427

Please sign in to comment.