@innovastudio/contentbuilder 1.5.168 → 1.5.169

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.168",
4
+ "version": "1.5.169",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "types": "index.d.ts",
@@ -98297,7 +98297,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
98297
98297
  try {
98298
98298
  if (spacer) {
98299
98299
  if (newCol.parentNode.nextElementSibling) {
98300
- const elm = newCol.parentNode.nextElementSibling.querySelector('h1,h2,h3,h4,h5,h6,p,img,iframe');
98300
+ const elm = newCol.parentNode.nextElementSibling.querySelector('h1,h2,h3,h4,h5,h6,p,img,[data-cb-type]');
98301
98301
  if (elm) elm.click();else newCol.click();
98302
98302
  }
98303
98303
  } else {