We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd317d8 commit fc459daCopy full SHA for fc459da
1 file changed
packages/vue-node-registry/src/registry.ts
@@ -15,7 +15,7 @@ type VueNodeEntry = {
15
effect?: (keyof LogicFlow.PropertiesType)[]
16
}
17
18
-// Per-instance map: automatically garbage-collected when the GraphModel is destroyed
+// Per-instance map: entries are eligible for garbage collection once the associated GraphModel instance is no longer referenced
19
const vueNodesMaps = new WeakMap<GraphModel, Map<string, VueNodeEntry>>()
20
21
/**
0 commit comments