Skip to content

Commit f503b9f

Browse files
committed
[chore] : 툴팁 초기화 변경
1 parent 3d65cf4 commit f503b9f

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/view/src/components/FolderActivityFlow/FolderActivityFlow.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112

113113
&__tooltip {
114114
position: absolute;
115+
display: none;
115116
padding: 0;
116117
background: transparent;
117118
pointer-events: none;

packages/view/src/components/FolderActivityFlow/ReleaseVisualization.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ export const renderReleaseVisualization = ({
4444
}: ReleaseVisualizationProps) => {
4545
const tooltip = d3.select(tooltipRef.current);
4646

47-
// 툴팁 초기 상태 설정
48-
tooltip.style("display", "none");
49-
5047
// 스케일 설정
5148
const uniqueContributors = Array.from(new Set(releaseContributorActivities.map((a) => a.contributorName)));
5249
const uniqueReleases = Array.from(new Set(releaseContributorActivities.map((a) => a.releaseIndex))).sort(

0 commit comments

Comments
 (0)