mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 15:56:10 +01:00
This commit is contained in:
parent
36150f3eb0
commit
418214473d
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ const addConfigMoreMenu = async (config: ISearchOption, edit: Protyle, element:
|
|||
label: `<div class="fn__flex">
|
||||
<span class="fn__flex-1">${item.name}</span>
|
||||
<span class="fn__space"></span>
|
||||
<svg class="b3-menu__icon" style="width: 8px"><use xlink:href="#iconClose"></use></svg>
|
||||
<svg class="b3-menu__icon fn__a" style="width: 8px"><use xlink:href="#iconClose"></use></svg>
|
||||
</div>`,
|
||||
bind(menuElement) {
|
||||
menuElement.addEventListener("click", (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue