diff --git a/src/scripts/changeTracker.ts b/src/scripts/changeTracker.ts index bd0305bf2..7f83351be 100644 --- a/src/scripts/changeTracker.ts +++ b/src/scripts/changeTracker.ts @@ -376,7 +376,14 @@ export class ChangeTracker { return false // 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])) { return false }