mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-21 08:31:50 +02:00
Fix flicker of share buttons
This commit is contained in:
@@ -188,9 +188,8 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
|
|||||||
onClose={() => setGroupId('')}
|
onClose={() => setGroupId('')}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
{ (!isLoading && !isRendering) && <ShareIcons url={`https://roadmap.sh/${roadmap.id}`} text={roadmap.description} /> }
|
||||||
<div ref={roadmapRef} />
|
<div ref={roadmapRef} />
|
||||||
|
|
||||||
<ShareIcons url={`https://roadmap.sh/${roadmap.id}`} text={roadmap.description} />
|
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user