@ecodev/natural 69.0.5 → 69.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8222,6 +8222,7 @@ class NaturalHierarchicSelectorService {
|
|
|
8222
8222
|
const key = this.getCacheKey(model);
|
|
8223
8223
|
let node = this.nodeCache.get(key);
|
|
8224
8224
|
if (node) {
|
|
8225
|
+
node.model = model; // Refresh the model that might come from pre-selection with the latest version coming from network
|
|
8225
8226
|
return node;
|
|
8226
8227
|
}
|
|
8227
8228
|
node = new ModelNode(model, configurations);
|