@ones-editor/editor 2.1.1-beta.44 → 2.1.1-beta.45
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
|
@@ -6322,7 +6322,7 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
|
|
|
6322
6322
|
.command-item[data-id=preset-1] {
|
|
6323
6323
|
background-color: #fff0d9 !important;
|
|
6324
6324
|
}.command-m-bar {
|
|
6325
|
-
position:
|
|
6325
|
+
position: sticky;
|
|
6326
6326
|
z-index: 111;
|
|
6327
6327
|
bottom: 0;
|
|
6328
6328
|
height: 40px;
|
|
@@ -6408,6 +6408,10 @@ div[data-command-bar-id=mobile-bottom-menu] .mobile-menu-wrap.editor-mention .co
|
|
|
6408
6408
|
display: flex;
|
|
6409
6409
|
align-items: center;
|
|
6410
6410
|
justify-content: center;
|
|
6411
|
+
}
|
|
6412
|
+
html, body {
|
|
6413
|
+
height: 100%;
|
|
6414
|
+
overscroll-behavior: contain;
|
|
6411
6415
|
}.editor-root .editor-content div[data-type=editor-block] div[data-type=block-tools] div.select-handle {
|
|
6412
6416
|
position: absolute;
|
|
6413
6417
|
flex-direction: column;
|
|
@@ -85062,7 +85066,7 @@ ${data2.flowchartText}
|
|
|
85062
85066
|
}
|
|
85063
85067
|
}
|
|
85064
85068
|
});
|
|
85065
|
-
editor.version = "2.1.1-beta.
|
|
85069
|
+
editor.version = "2.1.1-beta.45";
|
|
85066
85070
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
85067
85071
|
window.setReauthFail = (fail) => {
|
|
85068
85072
|
window.isReauthError = fail;
|
|
@@ -85161,7 +85165,7 @@ ${data2.flowchartText}
|
|
|
85161
85165
|
});
|
|
85162
85166
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
85163
85167
|
OnesEditorToolbar.register(editor);
|
|
85164
|
-
editor.version = "2.1.1-beta.
|
|
85168
|
+
editor.version = "2.1.1-beta.45";
|
|
85165
85169
|
return editor;
|
|
85166
85170
|
}
|
|
85167
85171
|
async function showDocVersions(editor, options, serverUrl) {
|