mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-19 22:09:37 +00:00
Instead increase IO size to next breakpoint
Should be safer for tests and is technically the smaller delta
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user