@ones-editor/editor 2.2.2-beta.1 → 2.2.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 +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2620,7 +2620,6 @@ div.editor-root:not(.readonly) div.editor-content div[data-type=editor-container
|
|
|
2620
2620
|
width: 100%;
|
|
2621
2621
|
}
|
|
2622
2622
|
[data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar .command-item[data-id=link-popup] {
|
|
2623
|
-
height: 495px;
|
|
2624
2623
|
align-items: start;
|
|
2625
2624
|
}
|
|
2626
2625
|
[data-command-bar-id=mobile-bottom-menu] .link-popup .editor-command-bar .command-item[data-id=link-popup].selected {
|
|
@@ -86902,7 +86901,7 @@ ${data2.flowchartText}
|
|
|
86902
86901
|
}
|
|
86903
86902
|
}
|
|
86904
86903
|
});
|
|
86905
|
-
editor.version = "2.2.2-beta.
|
|
86904
|
+
editor.version = "2.2.2-beta.2";
|
|
86906
86905
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86907
86906
|
window.setReauthFail = (fail) => {
|
|
86908
86907
|
window.isReauthError = fail;
|
|
@@ -87003,7 +87002,7 @@ ${data2.flowchartText}
|
|
|
87003
87002
|
});
|
|
87004
87003
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
87005
87004
|
OnesEditorToolbar.register(editor);
|
|
87006
|
-
editor.version = "2.2.2-beta.
|
|
87005
|
+
editor.version = "2.2.2-beta.2";
|
|
87007
87006
|
return editor;
|
|
87008
87007
|
}
|
|
87009
87008
|
async function showDocVersions(editor, options, serverUrl) {
|