@innovastudio/contentbuilder 1.0.47 → 1.0.48

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.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "",
5
5
  "main": "public/contentbuilder/contentbuilder.esm.js",
6
6
  "files": [
@@ -1391,6 +1391,7 @@ class Util {
1391
1391
  i++;
1392
1392
  });
1393
1393
  this.repositionColumnTool(true);
1394
+ if (this.builder.onRefreshTool) this.builder.onRefreshTool();
1394
1395
  } // Quick reposition column tool
1395
1396
 
1396
1397