mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-06 08:00:05 +00:00
* fix: Convert groupNodes to Subgraph Properly * fix: Use correct positioning with requestAnimationFrame when groupnodes are converted to Subgraph
9 lines
229 B
TypeScript
9 lines
229 B
TypeScript
/**
|
|
* Constants for group node type prefixes and separators
|
|
*
|
|
* v1 Prefix + Separator: workflow/
|
|
* v2 Prefix + Separator: workflow> (ComfyUI_frontend v1.2.63)
|
|
*/
|
|
export const PREFIX = 'workflow'
|
|
export const SEPARATOR = '>'
|