hoeditor-web 3.1.81 → 3.1.82
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.umd.js +3 -3
- package/lib/hoeditor.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -207211,7 +207211,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
207211
207211
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
207212
207212
|
var ParagraphNode = __webpack_require__(67945);
|
|
207213
207213
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
207214
|
-
/* harmony default export */ var version = ('3.1.
|
|
207214
|
+
/* harmony default export */ var version = ('3.1.82');
|
|
207215
207215
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
207216
207216
|
var PoperTipText = __webpack_require__(50987);
|
|
207217
207217
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|
|
@@ -217189,9 +217189,9 @@ var VueController = /*#__PURE__*/function () {
|
|
|
217189
217189
|
*/
|
|
217190
217190
|
}, {
|
|
217191
217191
|
key: "insertText",
|
|
217192
|
-
value: function insertText(text) {
|
|
217192
|
+
value: function insertText(text, isAppentText) {
|
|
217193
217193
|
var hoEditorFactory = HOEditorFactorys/* HOEditorFactorys */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
217194
|
-
if (hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
217194
|
+
if (!isAppentText && hoEditorFactory.drawTree.paintStatus === DrawTree/* PaintState */.Dh.psReadOnly) {
|
|
217195
217195
|
return;
|
|
217196
217196
|
}
|
|
217197
217197
|
var result = hoEditorFactory.editController.canIsEdit(hoEditorFactory);
|