mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
63bbf34329
commit
f96298e34c
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ ${html}
|
|||
${keyword ? genSelectItemHTML({
|
||||
type: "empty",
|
||||
newName: Lute.EscapeHTMLStr(keyword),
|
||||
text: `<span style="color: var(--b3-protyle-inline-blockref-color);" data-id="${refElement.getAttribute("data-id")}">${refElement.textContent}</span>`,
|
||||
text: `<span style="color: var(--b3-protyle-inline-blockref-color);" class="popover__block" data-id="${refElement.getAttribute("data-id")}">${refElement.textContent}</span>`,
|
||||
}) : (html ? "" : genSelectItemHTML({type: "empty"}))}`;
|
||||
menuElement.querySelector(".b3-menu__items .b3-menu__item:not(.fn__none)").classList.add("b3-menu__item--current");
|
||||
updateCopyRelatedItems(menuElement);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue