@smartbit4all/ng-client 3.3.65 → 3.3.66

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.
@@ -9927,6 +9927,8 @@ class SmartGridComponent {
9927
9927
  return selectionMode === GridSelectionMode.MULTIPLE;
9928
9928
  }
9929
9929
  renderTree() {
9930
+ this.vcRefTable?.clear();
9931
+ this.componentRefTable = undefined;
9930
9932
  if (!this.treeDataSource) {
9931
9933
  this.treeFlattener = new MatTreeFlattener(this.transformer, this.getLevel, this.isExpandable, this.getChildren);
9932
9934
  this.treeControl = new FlatTreeControl(this.getLevel, this.isExpandable);