@colijnit/configurator 12.0.11 → 12.0.12

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.
@@ -2796,7 +2796,7 @@
2796
2796
  deco = new decoNode.DecoNode();
2797
2797
  }
2798
2798
  var variation = this_1._getVariations().find(function (v) { return v.parentId === _this._selections[i].artNodeIdDeco; });
2799
- if (variation) {
2799
+ if (variation && deco.type !== decoNodeType_enum.DecoNodeType.Variation) {
2800
2800
  deco.variation = variation;
2801
2801
  }
2802
2802
  this_1._selections[i].decoNode = deco;