@innovastudio/contentbuilder 1.2.14 → 1.2.15
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
|
@@ -56533,7 +56533,7 @@ class ColumnTool {
|
|
|
56533
56533
|
const scale = elm.getAttribute('data-scale');
|
|
56534
56534
|
|
|
56535
56535
|
if (scale) {
|
|
56536
|
-
|
|
56536
|
+
inpImageScaleSlider.value = scale;
|
|
56537
56537
|
}
|
|
56538
56538
|
|
|
56539
56539
|
const posX = elm.getAttribute('data-x');
|