From 890208ffeb3297013791a4d4d96367c1c47d947a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Sun, 19 Feb 2023 12:27:48 +0800 Subject: [PATCH] :art: fix https://github.com/siyuan-note/siyuan/issues/7402 --- app/src/protyle/breadcrumb/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/protyle/breadcrumb/index.ts b/app/src/protyle/breadcrumb/index.ts index 0c09d37b7..1d009220e 100644 --- a/app/src/protyle/breadcrumb/index.ts +++ b/app/src/protyle/breadcrumb/index.ts @@ -423,11 +423,11 @@ export class Breadcrumb { isCurrent = true; } if (index === 0 && !protyle.options.render.breadcrumbDocName) { - html += ` + html += ` `; } else { - html += ` + html += ` ${item.name} `;