Browse Source
When dragging a node over another, onMouseEnter/onMouseLeave were firing on underlying nodes, updating hoveredNodeId in Zustand and triggering re-renders of nodes with large base64 images. - Add isDraggingNodeRef (set on onNodeDragStart, cleared on onNodeDragStop) to suppress hover events during drag - Add CSS contain: layout style paint on BaseNode content area to isolate repaints within each node https://claude.ai/code/session_01MvD1n4QeXutgwUpKJuDGHahandoff-20260429-1057
2 changed files with 8 additions and 5 deletions
Loading…
Reference in new issue