Skip to content

Commit

Permalink
fix: set lazyLoad to false in code-embed component
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhinavcode13 authored Jul 16, 2024
1 parent 3e50f2c commit 8929569
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 @@ -102,7 +102,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 8929569

Please sign in to comment.