mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-14 21:57:58 -05:00
We can use the drop overlay component directly for this, without needing to add it as a `noop` dnd target. Other changes: - The `label` prop is now used to conditionally render the label - every drop target provides its own label, so this doesn't break anything. - Add `withBackdrop` prop to control whether we apply the dimmed drop target effect.