@innovastudio/contentbuilder 1.5.1 → 1.5.2
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
|
@@ -55185,7 +55185,7 @@ class ColumnTool {
|
|
|
55185
55185
|
});
|
|
55186
55186
|
|
|
55187
55187
|
// Row Enlarge (Currently not used)
|
|
55188
|
-
elms = cellSettings.querySelectorAll('.input-row-enlarge');
|
|
55188
|
+
let elms = cellSettings.querySelectorAll('.input-row-enlarge');
|
|
55189
55189
|
Array.prototype.forEach.call(elms, elm => {
|
|
55190
55190
|
dom.addEventListener(elm, 'click', () => {
|
|
55191
55191
|
this.builder.uo.saveForUndo();
|
|
@@ -55533,7 +55533,7 @@ class ColumnTool {
|
|
|
55533
55533
|
this.builder.opts.onChange();
|
|
55534
55534
|
});
|
|
55535
55535
|
});
|
|
55536
|
-
|
|
55536
|
+
elms = cellSettings.querySelectorAll('.cmd-content-pos');
|
|
55537
55537
|
Array.prototype.forEach.call(elms, elm => {
|
|
55538
55538
|
dom.addEventListener(elm, 'click', () => {
|
|
55539
55539
|
this.builder.uo.saveForUndo();
|