@builttocreate/engine-utils 2.7.0-beta.7 → 2.7.0-beta.8

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.
@@ -482,7 +482,7 @@ var duplicateDocumentPage = function duplicateDocumentPage(doc, fileId, pageId)
482
482
  });
483
483
  });
484
484
  duplicateField.value = nextFieldValue;
485
- } else if (duplicateField.type === _FieldTypes["default"].chart && duplicateField.blockImport) {
485
+ } else if ((duplicateField.type === _FieldTypes["default"].chart || duplicateField.type === _FieldTypes["default"].multiSelect) && duplicateField.blockImport) {
486
486
  duplicateField.value = [];
487
487
  } else if (duplicateField.blockImport) {
488
488
  duplicateField.value = '';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builttocreate/engine-utils",
3
- "version": "2.7.0-beta.7",
3
+ "version": "2.7.0-beta.8",
4
4
  "description": "Utility library for common logic shared across web and mobile",
5
5
  "main": "dist/index.js",
6
6
  "files": [