Instead increase IO size to next breakpoint

Should be safer for tests and is technically the smaller delta
This commit is contained in:
Austin Mroz
2026-03-17 18:42:36 -07:00
parent 698788ffb6
commit 5c6dff4cbf

View File

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