@ones-editor/editor 2.8.40 → 2.8.41-beta.1
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
CHANGED
|
@@ -92300,7 +92300,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
92300
92300
|
return;
|
|
92301
92301
|
}
|
|
92302
92302
|
}
|
|
92303
|
-
if (block.type === "text" || block.textOnly === true) {
|
|
92303
|
+
if (block.type === "text" || block.type === "code-line" || block.textOnly === true) {
|
|
92304
92304
|
const blockObj = await getBlockObject(block, md5HexFunc, getTextsByBox);
|
|
92305
92305
|
await dbg.addTextBlock(blockObj);
|
|
92306
92306
|
return;
|
|
@@ -93922,7 +93922,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
93922
93922
|
}
|
|
93923
93923
|
}
|
|
93924
93924
|
});
|
|
93925
|
-
editor.version = "2.8.
|
|
93925
|
+
editor.version = "2.8.41-beta.1";
|
|
93926
93926
|
return editor;
|
|
93927
93927
|
}
|
|
93928
93928
|
function isDoc(doc2) {
|
|
@@ -94035,7 +94035,7 @@ ${JSON.stringify(error2, null, 2)}`);
|
|
|
94035
94035
|
}
|
|
94036
94036
|
});
|
|
94037
94037
|
OnesEditorToolbar.register(editor);
|
|
94038
|
-
editor.version = "2.8.
|
|
94038
|
+
editor.version = "2.8.41-beta.1";
|
|
94039
94039
|
return editor;
|
|
94040
94040
|
}
|
|
94041
94041
|
async function showDocVersions(editor, options, serverUrl) {
|