diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index 9fa2271f..1fa862ad 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -4413,6 +4413,7 @@ export class ViewportHost { this.hoveredSelection = selection; this.refreshBrushPresentation(); + this.refreshPathPresentation(); this.emitWhiteboxHoverLabelChange(); }