hoeditor-web 2.0.120 → 2.0.121
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.
- package/lib/hoeditor.common.js +2 -2
- package/lib/hoeditor.css +2 -85
- package/lib/hoeditor.umd.js +2 -2
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -59405,7 +59405,7 @@ var DrawArea = /*#__PURE__*/function (_DrawRect) {
|
|
|
59405
59405
|
var lHeight = tempComment.lineHeight;
|
|
59406
59406
|
for (var i = 1; i < topComments.length; i++) {
|
|
59407
59407
|
var stageY = getStagePos(topComments[i])[1];
|
|
59408
|
-
if (stageY
|
|
59408
|
+
if (stageY >= maxValue) {
|
|
59409
59409
|
maxValue = stageY;
|
|
59410
59410
|
lHeight = topComments[i].lineHeight;
|
|
59411
59411
|
tempComment = topComments[i];
|
|
@@ -211279,7 +211279,7 @@ var SignNode = __webpack_require__(47241);
|
|
|
211279
211279
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
211280
211280
|
var ParagraphNode = __webpack_require__(3021);
|
|
211281
211281
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
211282
|
-
/* harmony default export */ var version = ('2.0.
|
|
211282
|
+
/* harmony default export */ var version = ('2.0.121');
|
|
211283
211283
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
211284
211284
|
var PoperTipText = __webpack_require__(68240);
|
|
211285
211285
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|