@ones-editor/editor 2.2.16-beta.10 → 2.2.16-beta.11
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/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -84,6 +84,7 @@ div.editor-root div.editor-content .editor-input {
|
|
|
84
84
|
position: absolute;
|
|
85
85
|
opacity: 0;
|
|
86
86
|
pointer-events: none;
|
|
87
|
+
caret-color: transparent;
|
|
87
88
|
/* width cannot be too small, otherwise the input will not receive the compositionend message */
|
|
88
89
|
width: 16px;
|
|
89
90
|
height: 20px;
|
|
@@ -88476,7 +88477,7 @@ ${data2.flowchartText}
|
|
|
88476
88477
|
}
|
|
88477
88478
|
}
|
|
88478
88479
|
});
|
|
88479
|
-
editor.version = "2.2.16-beta.
|
|
88480
|
+
editor.version = "2.2.16-beta.11";
|
|
88480
88481
|
return editor;
|
|
88481
88482
|
}
|
|
88482
88483
|
function isDoc(doc2) {
|
|
@@ -88571,7 +88572,7 @@ ${data2.flowchartText}
|
|
|
88571
88572
|
});
|
|
88572
88573
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88573
88574
|
OnesEditorToolbar.register(editor);
|
|
88574
|
-
editor.version = "2.2.16-beta.
|
|
88575
|
+
editor.version = "2.2.16-beta.11";
|
|
88575
88576
|
return editor;
|
|
88576
88577
|
}
|
|
88577
88578
|
async function showDocVersions(editor, options, serverUrl) {
|