@innovastudio/contentbuilder 1.4.127 → 1.4.128

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.4.127",
4
+ "version": "1.4.128",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -79563,7 +79563,7 @@ class ContentBuilder {
79563
79563
  selection.addRange(range);
79564
79564
  }
79565
79565
  }
79566
- document.execCommand('insertHTML', false, sPastedText);
79566
+ this.doc.execCommand('insertHTML', false, sPastedText);
79567
79567
  if (this.activeCol) {
79568
79568
  /*
79569
79569
  Additional Cleanup: