From 25034d5eb2702583daa6a9cc55ecc1cac48bb9d7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 27 May 2022 10:21:33 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=A0=87=E9=A2=98=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2=E6=97=B6=E5=A4=A7=E7=BA=B2?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=20https://github.com/siyuan-note/siyuan/issu?= =?UTF-8?q?es/5009?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/util/Tree.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/util/Tree.ts b/app/src/util/Tree.ts index 705b4f20d..be1039a23 100644 --- a/app/src/util/Tree.ts +++ b/app/src/util/Tree.ts @@ -71,7 +71,7 @@ data-type="${item.nodeType}" data-subtype="${item.subType}" ${item.label ? "data-label='" + item.label + "'" : ""}> - + ${iconHTML} ${item.name}