@innovastudio/contentbuilder 1.5.17 → 1.5.18
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
|
@@ -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
|
|