hoeditor-web 3.1.57 → 3.1.58

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.
@@ -219705,7 +219705,7 @@ var TextNode = __webpack_require__(27198);
219705
219705
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
219706
219706
  var ParagraphNode = __webpack_require__(67945);
219707
219707
  ;// CONCATENATED MODULE: ./src/components/version.ts
219708
- /* harmony default export */ var version = ('3.1.57');
219708
+ /* harmony default export */ var version = ('3.1.58');
219709
219709
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
219710
219710
  var PoperTipText = __webpack_require__(50987);
219711
219711
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -236573,7 +236573,7 @@ var ElementController = /*#__PURE__*/function () {
236573
236573
  key: "updateTextInputFieldValue",
236574
236574
  value: function updateTextInputFieldValue(node, text, customProperty, keyValue, value) {
236575
236575
  var _this = this;
236576
- if (node.text === text && !customProperty && !keyValue && !value) return;
236576
+ if (node.text === text && customProperty == undefined) return;
236577
236577
  var hPromise = Promise.resolve();
236578
236578
  hPromise = hPromise.then(function (res) {
236579
236579
  return new Promise( /*#__PURE__*/function () {