@innovastudio/contentbuilder 1.1.11 → 1.1.12
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
|
@@ -66720,10 +66720,7 @@ class ContentBuilder {
|
|
|
66720
66720
|
let target = e.target || e.srcElement;
|
|
66721
66721
|
if (!target) return;
|
|
66722
66722
|
let rowClicked;
|
|
66723
|
-
if (target.parentNode) rowClicked = dom.hasClass(target.parentNode, 'is-builder');
|
|
66724
|
-
console.log(target);
|
|
66725
|
-
console.log(target.parentNode);
|
|
66726
|
-
}
|
|
66723
|
+
if (target.parentNode) rowClicked = dom.hasClass(target.parentNode, 'is-builder');
|
|
66727
66724
|
let containerClicked = dom.hasClass(target, 'is-builder');
|
|
66728
66725
|
let a = false,
|
|
66729
66726
|
b = false,
|