@ones-editor/editor 2.2.10-beta.3 → 2.2.10
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -88343,7 +88343,7 @@ ${data2.flowchartText}
|
|
|
88343
88343
|
}
|
|
88344
88344
|
}
|
|
88345
88345
|
});
|
|
88346
|
-
editor.version = "2.2.10
|
|
88346
|
+
editor.version = "2.2.10";
|
|
88347
88347
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
88348
88348
|
window.setReauthFail = (fail) => {
|
|
88349
88349
|
window.isReauthError = fail;
|
|
@@ -88444,7 +88444,7 @@ ${data2.flowchartText}
|
|
|
88444
88444
|
});
|
|
88445
88445
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88446
88446
|
OnesEditorToolbar.register(editor);
|
|
88447
|
-
editor.version = "2.2.10
|
|
88447
|
+
editor.version = "2.2.10";
|
|
88448
88448
|
return editor;
|
|
88449
88449
|
}
|
|
88450
88450
|
async function showDocVersions(editor, options, serverUrl) {
|