mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 15:56:10 +01:00
Update keymap.ts (#8946)
This commit is contained in:
parent
ce8729302a
commit
4d53229337
1 changed files with 5 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ export const keymap = {
|
|||
</label>`;
|
||||
});
|
||||
if (commandHTML) {
|
||||
pluginHtml += `<div class="b3-list__panel">
|
||||
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>
|
||||
|
|
@ -61,7 +61,7 @@ export const keymap = {
|
|||
<div class="fn__none b3-list__panel">
|
||||
${commandHTML}
|
||||
</div>
|
||||
</div>`;
|
||||
`;
|
||||
}
|
||||
});
|
||||
if (pluginHtml) {
|
||||
|
|
@ -72,7 +72,9 @@ export const keymap = {
|
|||
</span>
|
||||
<span class="b3-list-item__text ft__on-surface">${window.siyuan.languages.plugin}</span>
|
||||
</div>
|
||||
${pluginHtml}
|
||||
<div class="b3-list__panel">
|
||||
${pluginHtml}
|
||||
</div>
|
||||
</div>`;
|
||||
}
|
||||
return `<label class="fn__flex b3-label config__item">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue