@ones-editor/editor 2.3.0-beta.4 → 2.3.0-beta.6
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
|
@@ -80184,7 +80184,7 @@ ${docStr}
|
|
|
80184
80184
|
text2.setAttribute("data-block-id", node.block.id);
|
|
80185
80185
|
if (node.children.length > 0) {
|
|
80186
80186
|
const children = createElement("div", ["toc-children"], content);
|
|
80187
|
-
renderNodes(children, node.children);
|
|
80187
|
+
renderNodes(children, node.children, hiddenHeadings);
|
|
80188
80188
|
}
|
|
80189
80189
|
});
|
|
80190
80190
|
}
|
|
@@ -89673,7 +89673,7 @@ ${data2.flowchartText}
|
|
|
89673
89673
|
}
|
|
89674
89674
|
}
|
|
89675
89675
|
});
|
|
89676
|
-
editor.version = "2.3.0-beta.
|
|
89676
|
+
editor.version = "2.3.0-beta.6";
|
|
89677
89677
|
return editor;
|
|
89678
89678
|
}
|
|
89679
89679
|
function isDoc(doc2) {
|
|
@@ -89787,7 +89787,7 @@ ${data2.flowchartText}
|
|
|
89787
89787
|
}
|
|
89788
89788
|
}
|
|
89789
89789
|
OnesEditorToolbar.register(editor);
|
|
89790
|
-
editor.version = "2.3.0-beta.
|
|
89790
|
+
editor.version = "2.3.0-beta.6";
|
|
89791
89791
|
return editor;
|
|
89792
89792
|
}
|
|
89793
89793
|
async function showDocVersions(editor, options, serverUrl) {
|