@ones-editor/editor 3.0.4-beta.101 → 3.0.4-beta.102
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 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4051,9 +4051,6 @@ div.editor-root.readonly div.editor-content div[data-type=editor-container] div[
|
|
|
4051
4051
|
height: 24px;
|
|
4052
4052
|
justify-content: center;
|
|
4053
4053
|
}
|
|
4054
|
-
.comment-editor-root:not(.comment-editor-readonly) .editor-root .editor-content [data-type=editor-block]:not([data-block-type=text]) {
|
|
4055
|
-
width: 224px;
|
|
4056
|
-
}
|
|
4057
4054
|
.comment-editor-editing {
|
|
4058
4055
|
border: 1px solid #0064ff;
|
|
4059
4056
|
}
|
|
@@ -96687,7 +96684,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96687
96684
|
}
|
|
96688
96685
|
}
|
|
96689
96686
|
});
|
|
96690
|
-
editor.version = "3.0.4-beta.
|
|
96687
|
+
editor.version = "3.0.4-beta.102";
|
|
96691
96688
|
return editor;
|
|
96692
96689
|
}
|
|
96693
96690
|
function isDoc(doc2) {
|
|
@@ -96821,7 +96818,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
96821
96818
|
OnesEditorDropTarget.register(editor);
|
|
96822
96819
|
OnesEditorTocProvider.register(editor);
|
|
96823
96820
|
OnesEditorExclusiveBlock.register(editor);
|
|
96824
|
-
editor.version = "3.0.4-beta.
|
|
96821
|
+
editor.version = "3.0.4-beta.102";
|
|
96825
96822
|
return editor;
|
|
96826
96823
|
}
|
|
96827
96824
|
async function showDocVersions(editor, options, serverUrl) {
|