mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-25 09:46:10 +01:00
🚨
This commit is contained in:
parent
c32d1fe09f
commit
17a619a55b
6 changed files with 7 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ export const commandPanel = (app: App) => {
|
|||
dialog.element.setAttribute("data-key", Constants.DIALOG_COMMANDPANEL);
|
||||
const listElement = dialog.element.querySelector("#commands");
|
||||
/// #if !MOBILE
|
||||
let html = ""
|
||||
let html = "";
|
||||
Object.keys(window.siyuan.config.keymap.general).forEach((key) => {
|
||||
if (["addToDatabase"].includes(key)) {
|
||||
html += `<li class="b3-list-item" data-command="${key}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue