Skip to content

Commit fc459da

Browse files
EralChenCopilot
authored andcommitted
Update packages/vue-node-registry/src/registry.ts
Co-authored-by: Copilot <[email protected]>
1 parent dd317d8 commit fc459da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vue-node-registry/src/registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type VueNodeEntry = {
1515
effect?: (keyof LogicFlow.PropertiesType)[]
1616
}
1717

18-
// Per-instance map: automatically garbage-collected when the GraphModel is destroyed
18+
// Per-instance map: entries are eligible for garbage collection once the associated GraphModel instance is no longer referenced
1919
const vueNodesMaps = new WeakMap<GraphModel, Map<string, VueNodeEntry>>()
2020

2121
/**

0 commit comments

Comments
 (0)