@ones-editor/editor 2.2.17 → 2.2.18
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 +4 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5845,7 +5845,7 @@ div.editor-root:not(.mobile) div.editor-content div[data-type=editor-container]
|
|
|
5845
5845
|
}
|
|
5846
5846
|
.version-dialog .version-loading {
|
|
5847
5847
|
display: flex;
|
|
5848
|
-
|
|
5848
|
+
height: 100%;
|
|
5849
5849
|
align-items: center;
|
|
5850
5850
|
justify-content: center;
|
|
5851
5851
|
overflow: hidden;
|
|
@@ -5876,6 +5876,7 @@ div.editor-root:not(.mobile) div.editor-content div[data-type=editor-container]
|
|
|
5876
5876
|
min-width: 0;
|
|
5877
5877
|
}
|
|
5878
5878
|
.version-dialog .version-viewer .version-dialog-editor {
|
|
5879
|
+
flex: 1;
|
|
5879
5880
|
overflow-y: auto;
|
|
5880
5881
|
position: relative;
|
|
5881
5882
|
}
|
|
@@ -88489,7 +88490,7 @@ ${data2.flowchartText}
|
|
|
88489
88490
|
}
|
|
88490
88491
|
}
|
|
88491
88492
|
});
|
|
88492
|
-
editor.version = "2.2.
|
|
88493
|
+
editor.version = "2.2.18";
|
|
88493
88494
|
return editor;
|
|
88494
88495
|
}
|
|
88495
88496
|
function isDoc(doc2) {
|
|
@@ -88584,7 +88585,7 @@ ${data2.flowchartText}
|
|
|
88584
88585
|
});
|
|
88585
88586
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88586
88587
|
OnesEditorToolbar.register(editor);
|
|
88587
|
-
editor.version = "2.2.
|
|
88588
|
+
editor.version = "2.2.18";
|
|
88588
88589
|
return editor;
|
|
88589
88590
|
}
|
|
88590
88591
|
async function showDocVersions(editor, options, serverUrl) {
|