feat: highlight possible sockets when dragging edge

Closes #14
This commit is contained in:
2026-02-07 15:50:06 +01:00
parent 43a3c54838
commit 8ad9e5535c
3 changed files with 22 additions and 40 deletions

View File

@@ -35,8 +35,8 @@
);
const pathHover = $derived(
createNodePath({
depth: 8.5,
height: 50,
depth: 7,
height: 40,
y: 49,
cornerTop,
rightBump,
@@ -113,6 +113,9 @@
stroke: var(--stroke);
stroke-width: var(--stroke-width);
d: var(--path);
stroke-linejoin: round;
shape-rendering: geometricPrecision;
}
.content {