hoeditor-web 3.1.119 → 3.1.120
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/hoeditor.umd.js +2 -2
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -67034,7 +67034,7 @@ var TextInputFieldNode = /*#__PURE__*/function (_BaseCombineNode) {
|
|
|
67034
67034
|
if (Object.prototype.toString.call(source[value]) === '[object Object]') {
|
|
67035
67035
|
assignvalue(target[value], source[value]);
|
|
67036
67036
|
} else {
|
|
67037
|
-
if (source[value] !== '' && source[value] !== null) {
|
|
67037
|
+
if (source[value] !== '' && source[value] !== null && !Array.isArray(source[value])) {
|
|
67038
67038
|
// assignvalue(target[value], eval('(' + + ')'));
|
|
67039
67039
|
assignvalue(target[value], JSON.parse(source[value]));
|
|
67040
67040
|
}
|
|
@@ -210200,7 +210200,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
210200
210200
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
210201
210201
|
var ParagraphNode = __webpack_require__(67945);
|
|
210202
210202
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
210203
|
-
/* harmony default export */ var version = ('3.1.
|
|
210203
|
+
/* harmony default export */ var version = ('3.1.120');
|
|
210204
210204
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
210205
210205
|
var PoperTipText = __webpack_require__(50987);
|
|
210206
210206
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|