hoeditor-web 3.1.91 → 3.1.92

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.
@@ -207322,7 +207322,7 @@ var TextNode = __webpack_require__(27198);
207322
207322
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
207323
207323
  var ParagraphNode = __webpack_require__(67945);
207324
207324
  ;// CONCATENATED MODULE: ./src/components/version.ts
207325
- /* harmony default export */ var version = ('3.1.91');
207325
+ /* harmony default export */ var version = ('3.1.92');
207326
207326
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
207327
207327
  var PoperTipText = __webpack_require__(50987);
207328
207328
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -222034,9 +222034,17 @@ var VueController = /*#__PURE__*/function () {
222034
222034
  arr = [];
222035
222035
  arr.push(sign);
222036
222036
  } else {
222037
- arr.push(sign);
222038
- signList.push(arr);
222039
- arr = [];
222037
+ if (arr.filter(function (v) {
222038
+ return v.number == 0 || v.number == 1;
222039
+ }).length) {
222040
+ signList.push(arr);
222041
+ arr = [];
222042
+ arr.push(sign);
222043
+ } else {
222044
+ arr.push(sign);
222045
+ signList.push(arr);
222046
+ arr = [];
222047
+ }
222040
222048
  }
222041
222049
  } else {
222042
222050
  if (arr.length && arr[arr.length - 1].connectMode == '换行' && sign.connectMode != '换行') {