From 4d532293375988076bf0bf9764401c18db5a7a58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yingyi=20/=20=E9=A2=96=E9=80=B8?= <49649786+Zuoqiu-Yingyi@users.noreply.github.com> Date: Thu, 10 Aug 2023 11:35:20 +0800 Subject: [PATCH] Update keymap.ts (#8946) --- app/src/config/keymap.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/config/keymap.ts b/app/src/config/keymap.ts index cdc7d6e37..223086154 100644 --- a/app/src/config/keymap.ts +++ b/app/src/config/keymap.ts @@ -51,7 +51,7 @@ export const keymap = { `; }); if (commandHTML) { - pluginHtml += `
+ pluginHtml += `
@@ -61,7 +61,7 @@ export const keymap = {
${commandHTML}
-
`; +`; } }); if (pluginHtml) { @@ -72,7 +72,9 @@ export const keymap = { ${window.siyuan.languages.plugin}
- ${pluginHtml} +
+ ${pluginHtml} +
`; } return `