@ones-editor/editor 2.1.2-beta.1 → 2.1.2-beta.2
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
CHANGED
|
@@ -65646,7 +65646,8 @@ ${codeText}
|
|
|
65646
65646
|
selectedContainers,
|
|
65647
65647
|
commentId: comment.id,
|
|
65648
65648
|
commentGroupId: comment.groupId,
|
|
65649
|
-
comment: commentDoc
|
|
65649
|
+
comment: commentDoc,
|
|
65650
|
+
abstract: comment.abstract
|
|
65650
65651
|
};
|
|
65651
65652
|
const doc2 = editor.doc;
|
|
65652
65653
|
const server = (_b = (_a = doc2.getServerMeta) == null ? void 0 : _a.call(doc2)) == null ? void 0 : _b.apiServer;
|
|
@@ -83181,7 +83182,7 @@ ${data2.flowchartText}
|
|
|
83181
83182
|
}
|
|
83182
83183
|
}
|
|
83183
83184
|
});
|
|
83184
|
-
editor.version = "2.1.2-beta.
|
|
83185
|
+
editor.version = "2.1.2-beta.2";
|
|
83185
83186
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
83186
83187
|
window.setReauthFail = (fail) => {
|
|
83187
83188
|
window.isReauthError = fail;
|
|
@@ -83276,7 +83277,7 @@ ${data2.flowchartText}
|
|
|
83276
83277
|
if (!clientType.isMobile) {
|
|
83277
83278
|
OnesEditorToolbar.register(editor);
|
|
83278
83279
|
}
|
|
83279
|
-
editor.version = "2.1.2-beta.
|
|
83280
|
+
editor.version = "2.1.2-beta.2";
|
|
83280
83281
|
return editor;
|
|
83281
83282
|
}
|
|
83282
83283
|
async function showDocVersions(editor, options, serverUrl) {
|