Browse Source
When a node with inline parameters scrolls off-screen, React Flow unmounts it, resetting trackedSettingsHeightRef to 0. On remount the expand effect would add the panel height to the node again, even though it was already included. Skip the expand animation on initial mount and just sync the tracked ref from the DOM instead. https://claude.ai/code/session_01MvD1n4QeXutgwUpKJuDGHahandoff-20260429-1057
1 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue