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.common.js
CHANGED
|
@@ -59395,7 +59395,7 @@ var DrawArea = /*#__PURE__*/function (_DrawRect) {
|
|
|
59395
59395
|
var lHeight = tempComment.lineHeight;
|
|
59396
59396
|
for (var i = 1; i < topComments.length; i++) {
|
|
59397
59397
|
var stageY = getStagePos(topComments[i])[1];
|
|
59398
|
-
if (stageY
|
|
59398
|
+
if (stageY >= maxValue) {
|
|
59399
59399
|
maxValue = stageY;
|
|
59400
59400
|
lHeight = topComments[i].lineHeight;
|
|
59401
59401
|
tempComment = topComments[i];
|
|
@@ -211269,7 +211269,7 @@ var SignNode = __webpack_require__(24701);
|
|
|
211269
211269
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
211270
211270
|
var ParagraphNode = __webpack_require__(67945);
|
|
211271
211271
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
211272
|
-
/* harmony default export */ var version = ('2.0.
|
|
211272
|
+
/* harmony default export */ var version = ('2.0.121');
|
|
211273
211273
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
211274
211274
|
var PoperTipText = __webpack_require__(14954);
|
|
211275
211275
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|