qms-angular 1.1.68 → 1.1.69

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.
@@ -37063,8 +37063,10 @@
37063
37063
  var checkExistInResult = function (node) { return _this.resultSelected.findIndex(function (x) { return x.id === node.id; }) > -1; };
37064
37064
  if (added.length) {
37065
37065
  var selectedNode_1 = null;
37066
- _this.isPushingChildNodes.emit(true);
37067
37066
  var allChildNode_1 = [];
37067
+ if (added.length > 1) {
37068
+ _this.isPushingChildNodes.emit(true);
37069
+ }
37068
37070
  added.forEach(function (node) {
37069
37071
  allChildNode_1.push(Object.assign({}, node));
37070
37072
  var nestedNode = ___namespace.cloneDeep(_this.convertToNestedNode(node));