hoeditor-web 2.0.77 → 2.0.78

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.
@@ -50021,6 +50021,8 @@ var DrawPageTable = /*#__PURE__*/function (_DrawRect) {
50021
50021
  } else if (index == partCell.cell.drawCell.drawPageCells.length - 1) {
50022
50022
  dHeight = Math.max(_editor_dom_treeNode_TableNode__WEBPACK_IMPORTED_MODULE_9__/* .gDefaultRowHeight */ .dT, innerBottom + partCell.docHeight);
50023
50023
  }
50024
+ } else {
50025
+ dHeight = Math.max(_editor_dom_treeNode_TableNode__WEBPACK_IMPORTED_MODULE_9__/* .gDefaultRowHeight */ .dT, partCell.docHeight);
50024
50026
  }
50025
50027
 
50026
50028
  if (index === partCell.cell.drawCell.drawPageCells.length - 1 || this._table.rowInfos[r].rowProperty.repeatAsTitleAtPageTop) {
@@ -207619,7 +207621,7 @@ var SignNode = __webpack_require__(78975);
207619
207621
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
207620
207622
  var ParagraphNode = __webpack_require__(13880);
207621
207623
  ;// CONCATENATED MODULE: ./src/components/version.ts
207622
- /* harmony default export */ var version = ('2.0.77');
207624
+ /* harmony default export */ var version = ('2.0.78');
207623
207625
  ;// CONCATENATED MODULE: ./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/components/controls/poperTipText/PoperTipText.vue?vue&type=template&id=3fa4e4d3&scoped=true&
207624
207626
  var PoperTipTextvue_type_template_id_3fa4e4d3_scoped_true_render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{directives:[{name:"show",rawName:"v-show",value:(_vm.isShow),expression:"isShow"},{name:"click-outside",rawName:"v-click-outside",value:(_vm.handleClose),expression:"handleClose"}],ref:"poperTextNode",staticClass:"poper-text-modal animation-in",style:(_vm.posStyle),on:{"mouseenter":_vm.mouseEnter,"mouseleave":_vm.mouseLeave}},_vm._l((_vm.poperText),function(text){return _c('div',{key:text + Math.random(0, 1),staticClass:"poper-text"},[_vm._v(" "+_vm._s(text)+" ")])}),0)}
207625
207627
  var PoperTipTextvue_type_template_id_3fa4e4d3_scoped_true_staticRenderFns = []