Skip to content

Commit

Permalink
✨ Stop page-scroll when previewing compoment-examples to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Dec 6, 2024
1 parent f720562 commit fd2e65e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const ComponentExamples = ({ node }: CodeExamplesProps) => {
key={fil._key}
value={fil.navn}
selected={isSelected}
id={id}
onClick={() => {
if (isSelected) return;
setUnloaded(true);
Expand Down

0 comments on commit fd2e65e

Please sign in to comment.