This commit is contained in:
Vanessa 2023-06-07 11:56:34 +08:00
parent 4a945303a4
commit b4bbabde4e
4 changed files with 5 additions and 5 deletions

View file

@ -142,7 +142,7 @@ export const image = {
<svg><use xlink:href="#iconFolder"></use></svg>
</span>`;
}
let boxClearHTML = ""
let boxClearHTML = "";
if (action) {
boxClearHTML = `<span data-type="clear" class="b3-tooltips b3-tooltips__w b3-list-item__action" aria-label="${window.siyuan.languages.delete}">
<svg><use xlink:href="#iconTrashcan"></use></svg>