Skip to content

Commit 3242259

Browse files
committed
fix: hover
1 parent f2df4f2 commit 3242259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/containers/Heatmap/Heatmap.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export const Heatmap = ({path, database, databaseFullPath}: HeatmapProps) => {
133133
<div ref={itemsContainer} className={b('items')}>
134134
{tabletTooltip ? (
135135
<div
136+
key={`${tabletTooltip.position.left}-${tabletTooltip.position.top}`}
136137
ref={setTabletTooltipAnchorElement}
137138
className={b('tooltip-anchor')}
138139
style={{

0 commit comments

Comments
 (0)