Also fix subgraph IO

This commit is contained in:
Austin Mroz
2026-03-17 17:58:20 -07:00
parent 6dd413566f
commit 698788ffb6

View File

@@ -36,7 +36,7 @@ export abstract class SubgraphIONodeBase<
{
static margin = 10
static minWidth = 100
static roundedRadius = 10
static roundedRadius = 4
private readonly _boundingRect: Rectangle = new Rectangle()