mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 09:27:41 +00:00
Allow node resize from any corner or edge (#1063)
This commit is contained in:
@@ -82,6 +82,8 @@ export interface LGraphNodeConstructor<T extends LGraphNode = LGraphNode> {
|
||||
title_color?: string
|
||||
title_text_color?: string
|
||||
keepAllLinksOnBypass: boolean
|
||||
resizeHandleSize?: number
|
||||
resizeEdgeSize?: number
|
||||
}
|
||||
|
||||
// End backwards compat
|
||||
|
||||
Reference in New Issue
Block a user