clientIO / joint

A proven SVG-based JavaScript diagramming library powering exceptional UIs
https://jointjs.com
Mozilla Public License 2.0
4.72k stars 853 forks source link

fix(dia.LinkView): invalidate the root node cache when labels change #2758

Closed kumilingus closed 2 months ago

kumilingus commented 2 months ago

Description

After moving/changing labels, this invalidates the root node's cache (which keeps the node's bounding box). Changing the label position could affect the overall link bounding box.

Before:

image

After:

image