mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
4d53229337
commit
442436cd97
1 changed files with 9 additions and 11 deletions
|
|
@ -51,17 +51,15 @@ export const keymap = {
|
|||
</label>`;
|
||||
});
|
||||
if (commandHTML) {
|
||||
pluginHtml += `
|
||||
<div class="b3-list-item b3-list-item--narrow toggle">
|
||||
<span class="b3-list-item__toggle b3-list-item__toggle--hl">
|
||||
<svg class="b3-list-item__arrow"><use xlink:href="#iconRight"></use></svg>
|
||||
</span>
|
||||
<span class="b3-list-item__text ft__on-surface">${item.displayName}</span>
|
||||
</div>
|
||||
<div class="fn__none b3-list__panel">
|
||||
${commandHTML}
|
||||
</div>
|
||||
`;
|
||||
pluginHtml += `<div class="b3-list-item b3-list-item--narrow toggle">
|
||||
<span class="b3-list-item__toggle b3-list-item__toggle--hl">
|
||||
<svg class="b3-list-item__arrow"><use xlink:href="#iconRight"></use></svg>
|
||||
</span>
|
||||
<span class="b3-list-item__text ft__on-surface">${item.displayName}</span>
|
||||
</div>
|
||||
<div class="fn__none b3-list__panel">
|
||||
${commandHTML}
|
||||
</div>`;
|
||||
}
|
||||
});
|
||||
if (pluginHtml) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue