@c10t/nice-component-library 0.0.28 → 0.0.29
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.
|
@@ -8465,6 +8465,7 @@ class CvaFlatTreeComponent {
|
|
|
8465
8465
|
treeControl.toggle(node);
|
|
8466
8466
|
const orgNode = this.fullDataTreeControl.dataNodes.find(n => n.value === node.value);
|
|
8467
8467
|
if (orgNode) {
|
|
8468
|
+
orgNode.isExpanded = treeControl.isExpanded(node);
|
|
8468
8469
|
orgNode.isFilterExpanded = treeControl.isExpanded(node);
|
|
8469
8470
|
}
|
|
8470
8471
|
this.setDataSourceOrigin();
|