@next-core/editor-bricks-helper 0.39.15 → 0.39.18

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.
package/dist/index.esm.js CHANGED
@@ -590,6 +590,7 @@ function getAppendingNodesAndEdges(nodeData, nodeUid, templateSourceMap) {
590
590
  switch (builderNode.type) {
591
591
  case "bricks":
592
592
  case "custom-template":
593
+ case "snippet":
593
594
  overrideChildrenMountPoint = "bricks";
594
595
  break;
595
596