Commit e28998a
test(quick-260610-jrk): assert drag-created edge persists (exact =3)
DOM evidence (instrumented area.addPipe trace) proves the drag-to-connect a→c
connection IS created (connectioncreated, programmatic=0) AND renders with a
real bezier d that persists — drag-to-connect fully works. The prior
"doesn't persist" deferral was a misdiagnosis: Sink's input was a
single-connection input (ClassicPreset multiple:false default), so dropping a→c
onto c's already-occupied input correctly EVICTED b→c, leaving the count at 2
even though a→c persisted.
Give Sink's input multiple:true so a→c ADDS a third edge instead of replacing
b→c, then upgrade the post-drag assertion from a soft >=2 to a strict =3 drawn
paths (the persistence proof). No FlowCanvas source/emitter change — leaves
regenerate byte-identical, dist-parity zero-drift. Passes 6/6 in the container.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 874d784 commit e28998a
2 files changed
Lines changed: 26 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
395 | 404 | | |
396 | 405 | | |
397 | | - | |
| 406 | + | |
398 | 407 | | |
399 | 408 | | |
0 commit comments