Update groupnode/component to be compatible with frontend v1.2.64 (#1084)

This commit is contained in:
bymyself
2024-09-25 16:33:14 -07:00
committed by GitHub
parent f3e9856107
commit 32430968b8
3 changed files with 13 additions and 11 deletions

View File

@@ -1106,7 +1106,7 @@ export class CustomNodesManager {
for (let i in nodes) {
const node_type = nodes[i].type;
if(node_type.startsWith('workflow/'))
if(node_type.startsWith('workflow/') || node_type.startsWith('workflow>'))
continue;
if (!registered_nodes.has(node_type)) {