mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
🐛 [[ path 没有转义
This commit is contained in:
parent
bef7a12d7a
commit
bd8254945d
2 changed files with 2 additions and 2 deletions
|
|
@ -328,7 +328,7 @@ export const hintRef = (key: string, protyle: IProtyle, isQuick = false): IHintD
|
|||
<svg class="b3-list-item__graphic popover__block" data-id="${item.id}"><use xlink:href="#${iconName}"></use></svg>
|
||||
<span class="b3-list-item__text">${item.content}</span>
|
||||
</div>
|
||||
<div class="b3-list-item__meta">${item.hPath}</div>`,
|
||||
<div class="b3-list-item__meta">${escapeHtml(item.hPath)}</div>`,
|
||||
});
|
||||
});
|
||||
if (isQuick) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue