hoeditor-web 3.1.134 → 3.1.135

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.
@@ -210185,7 +210185,7 @@ var TextNode = __webpack_require__(27198);
210185
210185
  // EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
210186
210186
  var ParagraphNode = __webpack_require__(67945);
210187
210187
  ;// CONCATENATED MODULE: ./src/components/version.ts
210188
- /* harmony default export */ var version = ('3.1.134');
210188
+ /* harmony default export */ var version = ('3.1.135');
210189
210189
  // EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
210190
210190
  var PoperTipText = __webpack_require__(84531);
210191
210191
  ;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
@@ -227046,9 +227046,14 @@ var VueController = /*#__PURE__*/function () {
227046
227046
  return isWidthValid && isHeightValid;
227047
227047
  }
227048
227048
  }, {
227049
- key: "getHoEditorFactory",
227050
- value: function getHoEditorFactory() {
227049
+ key: "waitLoadImageCount",
227050
+ value: function waitLoadImageCount(callback) {
227051
227051
  var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
227052
+ if (hoEditorFactory.loadImageCount > 0) {
227053
+ hoEditorFactory.loadImageCallback = callback;
227054
+ } else {
227055
+ callback();
227056
+ }
227052
227057
  }
227053
227058
  }, {
227054
227059
  key: "scrollToLastLine",