@innovastudio/contentbuilder 1.2.19 → 1.2.20

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
@@ -4213,8 +4213,7 @@ class Util {
4213
4213
  dom.removeClass(elm, 'active');
4214
4214
  elm.setAttribute('aria-hidden', true);
4215
4215
  }
4216
- });
4217
- if (pop.style.display === 'flex') return; // important
4216
+ }); // if(pop.style.display === 'flex') return;
4218
4217
 
4219
4218
  this.clearAllEventListener(pop); // for safety of uncleared events as a result of closing without hidePop()
4220
4219
 
@@ -70173,8 +70172,8 @@ class ContentBuilder {
70173
70172
  col.addEventListener('keydown', this.handleCellKeydown.bind(this, col)); // ON KEYUP
70174
70173
 
70175
70174
  col.addEventListener('keyup', this.handleCellKeyup.bind(this, col)); // ON FOCUS
70176
-
70177
- col.addEventListener('focus', this.handleCellFocus.bind(this, col)); // ON PASTE
70175
+ // col.addEventListener('focus', this.handleCellFocus.bind(this, col));
70176
+ // ON PASTE
70178
70177
 
70179
70178
  col.addEventListener('paste', this.handleCellPaste.bind(this));
70180
70179
  col.setAttribute('data-click', true);