@ones-editor/editor 2.7.1-beta.1 → 2.7.1-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
|
@@ -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;
|
|
@@ -92114,7 +92113,7 @@ ${data2.plantumlText}
|
|
|
92114
92113
|
}
|
|
92115
92114
|
}
|
|
92116
92115
|
});
|
|
92117
|
-
editor.version = "2.7.1-beta.
|
|
92116
|
+
editor.version = "2.7.1-beta.2";
|
|
92118
92117
|
return editor;
|
|
92119
92118
|
}
|
|
92120
92119
|
function isDoc(doc2) {
|
|
@@ -92227,7 +92226,7 @@ ${data2.plantumlText}
|
|
|
92227
92226
|
}
|
|
92228
92227
|
});
|
|
92229
92228
|
OnesEditorToolbar.register(editor);
|
|
92230
|
-
editor.version = "2.7.1-beta.
|
|
92229
|
+
editor.version = "2.7.1-beta.2";
|
|
92231
92230
|
return editor;
|
|
92232
92231
|
}
|
|
92233
92232
|
async function showDocVersions(editor, options, serverUrl) {
|