From 6a398e4a8dfb83bb9fff2f0e4c7c0375e7f8be9a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Thu, 12 Jan 2023 16:51:43 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/7056 --- app/src/protyle/toolbar/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/protyle/toolbar/index.ts b/app/src/protyle/toolbar/index.ts index 429ad1409..58569970f 100644 --- a/app/src/protyle/toolbar/index.ts +++ b/app/src/protyle/toolbar/index.ts @@ -1289,7 +1289,7 @@ export class Toolbar {
${html}
-
+
`; const listElement = this.subElement.querySelector(".b3-list"); const previewElement = this.subElement.firstElementChild.lastElementChild; @@ -1469,7 +1469,7 @@ export class Toolbar {
${html}
-
+
`; const listElement = this.subElement.querySelector(".b3-list"); listElement.addEventListener("mouseover", (event) => {