hoeditor-web 3.0.94 → 3.0.95
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 +4 -4
- package/lib/hoeditor.umd.min.js +2 -2
- package/package.json +1 -1
package/lib/hoeditor.umd.js
CHANGED
|
@@ -81996,9 +81996,9 @@ var EditorController = /*#__PURE__*/function () {
|
|
|
81996
81996
|
}, {
|
|
81997
81997
|
key: "editBlur",
|
|
81998
81998
|
value: function editBlur(e) {
|
|
81999
|
-
|
|
82000
|
-
this.editor.input.focus();
|
|
82001
|
-
|
|
81999
|
+
var hoeditorfactory = HOEditorFactorys/* HOEditorFactorys.instance */.b.instance().getFactory(this._hoEditorFactoryID);
|
|
82000
|
+
// this.editor.input.focus();
|
|
82001
|
+
hoeditorfactory.drawTree.setCaretVisible(false);
|
|
82002
82002
|
}
|
|
82003
82003
|
}, {
|
|
82004
82004
|
key: "editFocus",
|
|
@@ -239245,7 +239245,7 @@ var TextNode = __webpack_require__(27198);
|
|
|
239245
239245
|
// EXTERNAL MODULE: ./src/editor/dom/treeNode/ParagraphNode.ts
|
|
239246
239246
|
var ParagraphNode = __webpack_require__(67945);
|
|
239247
239247
|
;// CONCATENATED MODULE: ./src/components/version.ts
|
|
239248
|
-
/* harmony default export */ var version = ('3.0.
|
|
239248
|
+
/* harmony default export */ var version = ('3.0.95');
|
|
239249
239249
|
// EXTERNAL MODULE: ./src/components/controls/poperTipText/PoperTipText.vue + 5 modules
|
|
239250
239250
|
var PoperTipText = __webpack_require__(36081);
|
|
239251
239251
|
;// CONCATENATED MODULE: ./src/components/controls/poperTipText/index.ts
|