mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Add subgraph workflow fields to change tracker
This commit is contained in:
@@ -376,7 +376,14 @@ export class ChangeTracker {
|
|||||||
return false
|
return false
|
||||||
|
|
||||||
// Compare other properties normally
|
// Compare other properties normally
|
||||||
for (const key of ['links', 'floatingLinks', 'reroutes', 'groups']) {
|
for (const key of [
|
||||||
|
'links',
|
||||||
|
'floatingLinks',
|
||||||
|
'reroutes',
|
||||||
|
'groups',
|
||||||
|
'definitions',
|
||||||
|
'subgraphs'
|
||||||
|
]) {
|
||||||
if (!_.isEqual(a[key], b[key])) {
|
if (!_.isEqual(a[key], b[key])) {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user