Browse Source
The header width calculation was preferring node.style.width (set at creation time, often stale) over node.measured.width (actual DOM size). This caused headers to be narrower than nodes after image generation or manual resizing. Now uses measured → style → default fallback chain, matching the existing pattern used elsewhere in the file. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>handoff-20260429-1057
1 changed files with 1 additions and 7 deletions
Loading…
Reference in new issue