Commit 2c12f49
committed
fix(subflows): make edges inside subflows directly clickable
Edges inside subflows defaulted to z-index 0, causing the subflow body
area (pointer-events: auto) to intercept clicks. Derive edge z-index
from the container's depth so edges sit just above their parent container
but below canvas blocks and child blocks.1 parent d0baf5b commit 2c12f49
File tree
1 file changed
+9
-1
lines changed- apps/sim/app/workspace/[workspaceId]/w/[workflowId]
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3807 | 3807 | | |
3808 | 3808 | | |
3809 | 3809 | | |
| 3810 | + | |
| 3811 | + | |
| 3812 | + | |
| 3813 | + | |
| 3814 | + | |
| 3815 | + | |
| 3816 | + | |
| 3817 | + | |
3810 | 3818 | | |
3811 | 3819 | | |
3812 | | - | |
| 3820 | + | |
3813 | 3821 | | |
3814 | 3822 | | |
3815 | 3823 | | |
| |||
0 commit comments