@ones-editor/editor 2.8.11 → 2.8.12
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 +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5439,6 +5439,7 @@ div.editor-root div.editor-content div[data-type=editor-container] div.embed-blo
|
|
|
5439
5439
|
div.editor-root div.editor-content div[data-type=editor-container] div.embed-block[data-type=editor-block][data-embed-type=office] [data-type=block-content] .card-root .file-details .file-name-pre {
|
|
5440
5440
|
display: -webkit-box;
|
|
5441
5441
|
overflow: hidden;
|
|
5442
|
+
word-break: break-all;
|
|
5442
5443
|
-webkit-line-clamp: 1;
|
|
5443
5444
|
-webkit-box-orient: vertical;
|
|
5444
5445
|
}
|
|
@@ -92603,7 +92604,7 @@ ${data2.plantumlText}
|
|
|
92603
92604
|
}
|
|
92604
92605
|
}
|
|
92605
92606
|
});
|
|
92606
|
-
editor.version = "2.8.
|
|
92607
|
+
editor.version = "2.8.12";
|
|
92607
92608
|
return editor;
|
|
92608
92609
|
}
|
|
92609
92610
|
function isDoc(doc2) {
|
|
@@ -92716,7 +92717,7 @@ ${data2.plantumlText}
|
|
|
92716
92717
|
}
|
|
92717
92718
|
});
|
|
92718
92719
|
OnesEditorToolbar.register(editor);
|
|
92719
|
-
editor.version = "2.8.
|
|
92720
|
+
editor.version = "2.8.12";
|
|
92720
92721
|
return editor;
|
|
92721
92722
|
}
|
|
92722
92723
|
async function showDocVersions(editor, options, serverUrl) {
|