hoeditor-web 3.1.95 → 3.1.96

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.
@@ -207354,7 +207354,7 @@ var TextNode = __webpack_require__(27198);
207354
207354
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
207355
207355
  var ParagraphNode = __webpack_require__(67945);
207356
207356
  ;// CONCATENATED MODULE: ./src/components/version.ts
207357
- /* harmony default export */ var version = ('3.1.95');
207357
+ /* harmony default export */ var version = ('3.1.96');
207358
207358
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
207359
207359
  var PoperTipText = __webpack_require__(50987);
207360
207360
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -217088,6 +217088,13 @@ var VueController = /*#__PURE__*/function () {
217088
217088
  } else {
217089
217089
  var superiorSign = hoEditorFactory.structureConvert._superiorSign;
217090
217090
  var signNode = superiorSign[0];
217091
+ if (hoEditorFactory.forbidEditBeforeSign && hoEditorFactory.drawTree.paintStatus == DrawTree/* PaintState */.Dh.psReview) {
217092
+ var _signNode$customPrope;
217093
+ if (((_signNode$customPrope = signNode.customProperty) === null || _signNode$customPrope === void 0 ? void 0 : _signNode$customPrope.bce01) != hoEditorFactory.userInfo.id) {
217094
+ this.hiddenMask(true);
217095
+ return;
217096
+ }
217097
+ }
217091
217098
  var curArea = hoEditorFactory.drawPageTree.getMainRootArea(signNode.drawNodes[0]);
217092
217099
  var actualHeight = hoEditorFactory.drawPageTree.drawHeaders[0].displayHeight;
217093
217100
  if (curArea && curArea instanceof DrawPageMainDoc/* DrawPageMainDoc */.$) {