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