@innovastudio/contentbox 1.2.9 → 1.2.10
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovastudio/contentbox",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.10",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "",
|
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"webpack-dev-server": "^4.0.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@innovastudio/contentbuilder": "^1.1.
|
|
43
|
+
"@innovastudio/contentbuilder": "^1.1.12",
|
|
44
44
|
"axios": "^0.21.4",
|
|
45
45
|
"cors": "^2.8.5",
|
|
46
46
|
"express": "^4.17.1",
|
|
@@ -77230,10 +77230,7 @@ class ContentBuilder {
|
|
|
77230
77230
|
let target = e.target || e.srcElement;
|
|
77231
77231
|
if (!target) return;
|
|
77232
77232
|
let rowClicked;
|
|
77233
|
-
if (target.parentNode) rowClicked = dom$J.hasClass(target.parentNode, 'is-builder');
|
|
77234
|
-
console.log(target);
|
|
77235
|
-
console.log(target.parentNode);
|
|
77236
|
-
}
|
|
77233
|
+
if (target.parentNode) rowClicked = dom$J.hasClass(target.parentNode, 'is-builder');
|
|
77237
77234
|
let containerClicked = dom$J.hasClass(target, 'is-builder');
|
|
77238
77235
|
let a = false,
|
|
77239
77236
|
b = false,
|