@ones-editor/editor 2.1.1-beta.88 → 2.1.1-beta.89
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
|
@@ -1905,7 +1905,7 @@ div.scroll-container-root.mac > div.container-scroll-tool .container-scrollbar::
|
|
|
1905
1905
|
[data-command-bar-id=quick-menu],
|
|
1906
1906
|
[data-command-bar-id=empty-block-menu] {
|
|
1907
1907
|
box-sizing: border-box;
|
|
1908
|
-
width: 240px;
|
|
1908
|
+
min-width: 240px;
|
|
1909
1909
|
}
|
|
1910
1910
|
[data-command-bar-id=quick-menu] .command-item.menu-item,
|
|
1911
1911
|
[data-command-bar-id=empty-block-menu] .command-item.menu-item {
|
|
@@ -86847,7 +86847,7 @@ ${data2.flowchartText}
|
|
|
86847
86847
|
}
|
|
86848
86848
|
}
|
|
86849
86849
|
});
|
|
86850
|
-
editor.version = "2.1.1-beta.
|
|
86850
|
+
editor.version = "2.1.1-beta.89";
|
|
86851
86851
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
86852
86852
|
window.setReauthFail = (fail) => {
|
|
86853
86853
|
window.isReauthError = fail;
|
|
@@ -86948,7 +86948,7 @@ ${data2.flowchartText}
|
|
|
86948
86948
|
});
|
|
86949
86949
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
86950
86950
|
OnesEditorToolbar.register(editor);
|
|
86951
|
-
editor.version = "2.1.1-beta.
|
|
86951
|
+
editor.version = "2.1.1-beta.89";
|
|
86952
86952
|
return editor;
|
|
86953
86953
|
}
|
|
86954
86954
|
async function showDocVersions(editor, options, serverUrl) {
|