mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 08:30:06 +00:00
Type LGraphNode.getInnerNodes (#2498)
This commit is contained in:
@@ -856,6 +856,7 @@ export class GroupNodeHandler {
|
||||
for (let i = 0; i < c.nodes.length; i++) {
|
||||
let id = innerNodes?.[i]?.id
|
||||
// Use existing IDs if they are set on the inner nodes
|
||||
// @ts-expect-error id can be string or number
|
||||
if (id == null || isNaN(id)) {
|
||||
id = undefined
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user