@ones-editor/editor 2.2.2-beta.2 → 2.2.2-beta.3
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 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2574,7 +2574,7 @@ div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container
|
|
|
2574
2574
|
padding: 4px 15px;
|
|
2575
2575
|
}
|
|
2576
2576
|
[data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar-root {
|
|
2577
|
-
max-height:
|
|
2577
|
+
max-height: 100%;
|
|
2578
2578
|
}
|
|
2579
2579
|
[data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar-header {
|
|
2580
2580
|
width: 100%;
|
|
@@ -86901,7 +86901,7 @@ ${data2.flowchartText}
|
|
|
86901
86901
|
}
|
|
86902
86902
|
}
|
|
86903
86903
|
});
|
|
86904
|
-
editor.version = "2.2.2-beta.
|
|
86904
|
+
editor.version = "2.2.2-beta.3";
|
|
86905
86905
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86906
86906
|
window.setReauthFail = (fail) => {
|
|
86907
86907
|
window.isReauthError = fail;
|
|
@@ -87002,7 +87002,7 @@ ${data2.flowchartText}
|
|
|
87002
87002
|
});
|
|
87003
87003
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
87004
87004
|
OnesEditorToolbar.register(editor);
|
|
87005
|
-
editor.version = "2.2.2-beta.
|
|
87005
|
+
editor.version = "2.2.2-beta.3";
|
|
87006
87006
|
return editor;
|
|
87007
87007
|
}
|
|
87008
87008
|
async function showDocVersions(editor, options, serverUrl) {
|