mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 17:40:13 +01:00
This commit is contained in:
parent
3a24f7bbf8
commit
a335da26df
5 changed files with 7 additions and 6 deletions
|
|
@ -106,7 +106,7 @@ const genWorkspace = (workspaceDirElement: Element) => {
|
|||
html += `<li data-path="${item.path}" class="b3-list-item b3-list-item--narrow${window.siyuan.config.system.workspaceDir === item.path ? " b3-list-item--focus" : ""}">
|
||||
<span class="b3-list-item__text">${pathPosix().basename(item.path)}</span>
|
||||
<span data-type="remove" class="b3-list-item__action">
|
||||
<svg><use xlink:href="#iconTrashcan"></use></svg>
|
||||
<svg><use xlink:href="#iconMin"></use></svg>
|
||||
</span>
|
||||
</li>`;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue