diff --git a/app/src/util/globalShortcut.ts b/app/src/util/globalShortcut.ts
index e0d1349e1..69f5e245d 100644
--- a/app/src/util/globalShortcut.ts
+++ b/app/src/util/globalShortcut.ts
@@ -465,7 +465,7 @@ export const globalShortcut = () => {
}
let dockHtml = "";
if (!isTabWindow) {
- dockHtml = '
';
+ dockHtml = '';
getAllDocks().forEach((item, index) => {
dockHtml += `-
@@ -963,7 +963,7 @@ ${unicode2Emoji(item.icon || Constants.SIYUAN_IMAGE_FILE, false, "b3-list-item__
});
let dockHtml = "";
if (!isWindow()) {
- dockHtml = '
';
+ dockHtml = '';
getAllDocks().forEach((item, index) => {
dockHtml += `-