@innovastudio/contentbuilder 1.5.26 → 1.5.28

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.5.26",
4
+ "version": "1.5.28",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -87545,6 +87545,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
87545
87545
  },
87546
87546
  onEditStart: (event, block) => {
87547
87547
  let activeBlock = this.doc.querySelector('.is-block.cloned');
87548
+ if (!activeBlock) activeBlock = this.doc.querySelector('.is-block.active');
87548
87549
  if (!activeBlock) return;
87549
87550
  const container = activeBlock.querySelector('.is-container');
87550
87551
  if (!container) return;
@@ -88499,7 +88500,7 @@ Add an image for each feature.`, 'Create a new content showcasing a photo galler
88499
88500
  }
88500
88501
 
88501
88502
  .is-block.clone {
88502
- z-index:10000;
88503
+ z-index:1000;
88503
88504
  background-color: transparent !important;
88504
88505
  background: none !important;
88505
88506
  }