This commit is contained in:
parent
382b65b198
commit
5cb56263ff
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export const getBacklinkHeadingMore = (moreElement: HTMLElement) => {
|
|||
|
||||
export const genBreadcrumb = (blockPaths: IBreadcrumb[], renderFirst = false) => {
|
||||
if (1 > blockPaths.length) {
|
||||
return "";
|
||||
return `<div contenteditable="false" style="border-top: 1px solid var(--b3-border-color);min-height: 0;width: 100%;" class="protyle-breadcrumb__bar"><span></span></div>`;
|
||||
}
|
||||
|
||||
let html = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue