From c26875cc15923171c96554e88b032ce6c2e53250 Mon Sep 17 00:00:00 2001 From: MikiVL Date: Tue, 5 May 2026 03:20:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=93=E6=B3=A8=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E4=B8=8B=E7=BC=96=E8=BE=91=E5=8C=BA=E5=86=85=E5=AE=B9=E5=B1=85?= =?UTF-8?q?=E4=B8=AD=E9=99=90=E5=AE=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/editor/Editor.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/editor/Editor.tsx b/src/components/editor/Editor.tsx index 51a8ca9..021c113 100644 --- a/src/components/editor/Editor.tsx +++ b/src/components/editor/Editor.tsx @@ -350,7 +350,7 @@ export function Editor() { return (
{/* Title row */} -
+
{/* Tag row */} -
+
{activeNote.tags.map(tag => ( -
+
{slashOpen && filteredSlash.length > 0 && (