mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🚨
This commit is contained in:
parent
c8a3ec52d7
commit
3404395cfa
2 changed files with 2 additions and 2 deletions
|
@ -415,7 +415,7 @@ export const genHintItemHTML = (item: IBlock) => {
|
|||
if (attrHTML) {
|
||||
attrHTML = `<div class="fn__flex b3-list-item__meta b3-list-item__showall">${attrHTML}</div>`;
|
||||
}
|
||||
let countHTML = '';
|
||||
let countHTML = "";
|
||||
if (item.refCount) {
|
||||
countHTML = `<span class="popover__block counter b3-tooltips b3-tooltips__w" aria-label="${window.siyuan.languages.ref}">${item.refCount}</span>`;
|
||||
}
|
||||
|
|
|
@ -1324,7 +1324,7 @@ const onSearch = (data: IBlock[], edit: Protyle, element: Element, config: Confi
|
|||
let newData;
|
||||
data.forEach((item) => {
|
||||
const title = getNotebookName(item.box) + getDisplayName(item.hPath, false);
|
||||
let countHTML = '';
|
||||
let countHTML = "";
|
||||
if (item.children) {
|
||||
resultHTML += `<div class="b3-list-item">
|
||||
<span class="b3-list-item__toggle b3-list-item__toggle--hl">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue