Skip to content

Commit

Permalink
fix #4914; custom-tooltip was removed on redraw
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Jan 19, 2025
1 parent 520d3b0 commit eeb7a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tooltip/Labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export default class Labels {
typeof customTooltip.nodeName === 'string'
) {
tooltipEl.innerHTML = ''
tooltipEl.appendChild(customTooltip)
tooltipEl.appendChild(customTooltip.cloneNode(true))
}
}
}

0 comments on commit eeb7a1f

Please sign in to comment.