easy-email-pro-theme 1.50.4 → 1.50.5
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/lib/index.js +0 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -707,7 +707,6 @@ const assignIdsToElementTree = (element, overwrite = false) => {
|
|
|
707
707
|
if (map.has(node.id)) {
|
|
708
708
|
const newId = nanoid();
|
|
709
709
|
node.id = newId;
|
|
710
|
-
console.log(`have same id ${node.id}, regenerate ${newId}`);
|
|
711
710
|
} else {
|
|
712
711
|
map.set(node.id, true);
|
|
713
712
|
}
|
|
@@ -36368,7 +36367,6 @@ function ElementStyleGallery({
|
|
|
36368
36367
|
return useMemo(() => {
|
|
36369
36368
|
const MatchedElement = get(ElementStyles, type);
|
|
36370
36369
|
if (!MatchedElement) {
|
|
36371
|
-
console.warn(`ElementStyles: ${type} not found`);
|
|
36372
36370
|
return null;
|
|
36373
36371
|
}
|
|
36374
36372
|
const renderMenu = () => {
|