@innovastudio/contentbuilder 1.5.17 → 1.5.18

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.17",
4
+ "version": "1.5.18",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -65887,6 +65887,7 @@ class Rte {
65887
65887
  // Reset Zoom
65888
65888
  const btnResetZoom = builderStuff.querySelector('.reset-zoom');
65889
65889
  btnResetZoom.addEventListener('click', () => {
65890
+ this.rteZoomSlider.value = 100;
65890
65891
  this.builder.opts.zoom = 1;
65891
65892
  localStorage.setItem('_zoom', 1); // Save
65892
65893