Commit 198a723
Fix connection drag placeholder positioning and implement custom SVG connections
Replace jsPlumb with custom SVG-based connection system. Plumber handles connection drawing with face-aware anchor distribution (top/left/right). Fixed placeholder node positioning during drag-up by passing sourceX/sourceY in drag events. Updated tests for new routing logic and connection management API.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent 334c79e commit 198a723
File tree
7 files changed
+1176
-1046
lines changed- src/flow
- test
7 files changed
+1176
-1046
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
108 | | - | |
| 110 | + | |
109 | 111 | | |
110 | 112 | | |
111 | 113 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
| 363 | + | |
368 | 364 | | |
369 | 365 | | |
370 | 366 | | |
| |||
376 | 372 | | |
377 | 373 | | |
378 | 374 | | |
379 | | - | |
380 | | - | |
| 375 | + | |
381 | 376 | | |
382 | 377 | | |
383 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
384 | 383 | | |
385 | 384 | | |
386 | 385 | | |
| |||
0 commit comments