@innovastudio/contentbuilder 1.3.47 → 1.3.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
@@ -49581,6 +49581,7 @@ class Image$1 {
|
|
49581
49581
|
});
|
49582
49582
|
document.querySelector('.moveable-control-box').style.display = 'none';
|
49583
49583
|
imageResizer.addEventListener('click', () => {
|
49584
|
+
this.builder.activeImage.click();
|
49584
49585
|
this.repositionImageTool();
|
49585
49586
|
this.builder.elmTool.repositionElementTool();
|
49586
49587
|
}); // Browse local image
|