easy-email-extensions 3.1.16 → 3.1.19
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/index2.js +1 -1
- package/lib/index2.js.map +1 -1
- package/package.json +2 -2
package/lib/index2.js
CHANGED
|
@@ -44545,7 +44545,7 @@ function SourceCodePanel() {
|
|
|
44545
44545
|
data: focusBlock,
|
|
44546
44546
|
context: pageData,
|
|
44547
44547
|
mode: "production",
|
|
44548
|
-
dataSource: mergeTags
|
|
44548
|
+
dataSource: lodash.exports.cloneDeep(mergeTags)
|
|
44549
44549
|
}));
|
|
44550
44550
|
}, [focusBlock, focusIdx, pageData, mergeTags]);
|
|
44551
44551
|
if (!focusBlock)
|