@ones-editor/editor 2.2.8-beta.13 → 2.2.8-beta.14
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
|
@@ -48163,7 +48163,7 @@ ${codeText}
|
|
|
48163
48163
|
if (blockCommands.length > 0) {
|
|
48164
48164
|
for (let i = 0; i < blockCommands.length; i++) {
|
|
48165
48165
|
const blockCommand = blockCommands[i];
|
|
48166
|
-
element = element || targetElement || null;
|
|
48166
|
+
element = blockCommand.element || element || targetElement || null;
|
|
48167
48167
|
commands.push(...blockCommand.commands);
|
|
48168
48168
|
}
|
|
48169
48169
|
}
|
|
@@ -88388,7 +88388,7 @@ ${data2.flowchartText}
|
|
|
88388
88388
|
}
|
|
88389
88389
|
}
|
|
88390
88390
|
});
|
|
88391
|
-
editor.version = "2.2.8-beta.
|
|
88391
|
+
editor.version = "2.2.8-beta.14";
|
|
88392
88392
|
return editor;
|
|
88393
88393
|
}
|
|
88394
88394
|
function isDoc(doc2) {
|
|
@@ -88483,7 +88483,7 @@ ${data2.flowchartText}
|
|
|
88483
88483
|
});
|
|
88484
88484
|
editor.addCustom(DOC_RE_AUTH_KEYS, (editor2) => new DocReAuthCallbacks(editor2));
|
|
88485
88485
|
OnesEditorToolbar.register(editor);
|
|
88486
|
-
editor.version = "2.2.8-beta.
|
|
88486
|
+
editor.version = "2.2.8-beta.14";
|
|
88487
88487
|
return editor;
|
|
88488
88488
|
}
|
|
88489
88489
|
async function showDocVersions(editor, options, serverUrl) {
|