diff --git a/src/components/tree/phyloTree/change.js b/src/components/tree/phyloTree/change.js index c0aa608a3..1cfb862ef 100644 --- a/src/components/tree/phyloTree/change.js +++ b/src/components/tree/phyloTree/change.js @@ -204,6 +204,7 @@ export const modifySVGInStages = function modifySVGInStages(elemsToUpdate, svgPr if (this.params.showGrid) this.addGrid(); this.svg.selectAll(".tip").remove(); this.drawTips(); + this.updateTipLabels(); if (this.vaccines) this.drawVaccines(); this.addTemporalSlice(); if (this.layout === "clock" && this.distance === "num_date") this.drawRegression();