@ones-editor/editor 2.6.1-beta.3 → 2.6.1-beta.4
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
|
@@ -44,7 +44,6 @@ div.editor-root {
|
|
|
44
44
|
box-sizing: border-box;
|
|
45
45
|
min-height: 100%;
|
|
46
46
|
width: 100%;
|
|
47
|
-
z-index: 1;
|
|
48
47
|
}
|
|
49
48
|
div.editor-root.readonly div.editor-content div[data-type=editor-container] div[data-type=editor-block] div[data-type=block-content] span.text.link {
|
|
50
49
|
cursor: pointer;
|
|
@@ -92433,7 +92432,7 @@ ${data2.plantumlText}
|
|
|
92433
92432
|
}
|
|
92434
92433
|
}
|
|
92435
92434
|
});
|
|
92436
|
-
editor.version = "2.6.1-beta.
|
|
92435
|
+
editor.version = "2.6.1-beta.4";
|
|
92437
92436
|
return editor;
|
|
92438
92437
|
}
|
|
92439
92438
|
function isDoc(doc2) {
|
|
@@ -92546,7 +92545,7 @@ ${data2.plantumlText}
|
|
|
92546
92545
|
}
|
|
92547
92546
|
});
|
|
92548
92547
|
OnesEditorToolbar.register(editor);
|
|
92549
|
-
editor.version = "2.6.1-beta.
|
|
92548
|
+
editor.version = "2.6.1-beta.4";
|
|
92550
92549
|
return editor;
|
|
92551
92550
|
}
|
|
92552
92551
|
async function showDocVersions(editor, options, serverUrl) {
|