@innovastudio/contentbuilder 1.4.136 → 1.4.137

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.4.136",
4
+ "version": "1.4.137",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -159,6 +159,7 @@ class Util {
159
159
  e.preventDefault();
160
160
  e.stopImmediatePropagation();
161
161
  });
162
+ if (buttonok) buttonok.focus();
162
163
  }
163
164
  showRtePop(pop, onShow, btn) {
164
165
  const dom = this.dom;