We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbe706 commit 6e26efcCopy full SHA for 6e26efc
src/app/components/StateRoute/History.tsx
@@ -191,7 +191,6 @@ function History(props: Record<string, unknown>): JSX.Element {
191
.style('top', `${event.clientY - 10}px`)
192
.style('max-height', `25%`)
193
.style('overflow', `scroll`);
194
- console.log(findDiff(d.data.index));
195
d3.selectAll('.tooltip').html(findDiff(d.data.index));
196
}
197
@@ -201,8 +200,6 @@ function History(props: Record<string, unknown>): JSX.Element {
201
200
if (d3.selectAll(`#tt-${d.data.index}`)._groups['0'].length === 0) {
202
d3.selectAll('.tooltip').remove();
203
renderToolTip();
204
- } else {
205
- d3.selectAll('.tooltip').remove();
206
207
208
})
0 commit comments