angular-three 1.9.1 → 1.9.2

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.
@@ -2138,11 +2138,12 @@ class NgtRenderer {
2138
2138
  this.appendChild(val, newChild);
2139
2139
  }
2140
2140
  });
2141
+ return;
2141
2142
  }
2142
2143
  else if (parent !== cRS[2 /* NgtRendererClassId.injectedParent */]) {
2143
2144
  this.appendChild(cRS[2 /* NgtRendererClassId.injectedParent */], newChild);
2145
+ return;
2144
2146
  }
2145
- return;
2146
2147
  }
2147
2148
  this.store.setParent(newChild, parent);
2148
2149
  this.store.addChild(parent, newChild);