Vanessa 2025-03-09 15:59:26 +08:00
parent 128c338f3b
commit 10e8612c34

View file

@ -104,7 +104,7 @@ export const initBlockPopover = (app: App) => {
});
tip = "";
} else if (title) {
tip += '<div class="fn__hr"></div><span>' + title + "</span>";
tip = (tip ? (tip + '<div class="fn__hr"></div>') : "<span>") + title + "</span>";
}
}