Stop the capture script seeding a node into a populated flow

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H7LwYgJfpkbLCTeiAf8U4A
This commit is contained in:
2026-08-16 17:25:28 +02:00
co-authored by Claude Fable 5
parent d5e1466d8c
commit a1572f91e3
2 changed files with 11 additions and 1 deletions
+4 -1
View File
@@ -984,7 +984,10 @@ function FlowEditorInner({
</div>
{definitions.length === 0 ? (
<div className="pointer-events-none absolute inset-0 flex items-center justify-center">
<div
className="pointer-events-none absolute inset-0 flex items-center justify-center"
data-testid="flow-empty"
>
<div className="flex flex-col items-center gap-3 text-center">
<span className="flex size-14 items-center justify-center rounded-full bg-muted text-muted-foreground">
<Workflow className="size-6" />