mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-04 23:45:01 -05:00
Add a click handler for node wrapper component that exclusively selects that node, IF no other modifier keys are held. Technically I believe this means we are doubling up on the selection logic, as reactflow handles this internally also. But this is by far the most reliable way to fix the UX.