From dfaf0ff65921c8e7cb14ae233658e30640714d75 Mon Sep 17 00:00:00 2001 From: Hermes Date: Sat, 1 Aug 2026 13:19:30 +0000 Subject: [PATCH] fix: add onMouseDown stopPropagation to title input --- apps/web/src/routes/_app/notes.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/routes/_app/notes.tsx b/apps/web/src/routes/_app/notes.tsx index 9a7aff8..16b17f9 100644 --- a/apps/web/src/routes/_app/notes.tsx +++ b/apps/web/src/routes/_app/notes.tsx @@ -70,6 +70,7 @@ const NoteTitleInput = memo(function NoteTitleInput({ noteId, initialTitle }: { e.stopPropagation()} onBlur={handleBlur} autoFocus className="flex h-9 w-full rounded-md border-0 bg-transparent px-0 py-1 text-lg font-semibold text-base shadow-none transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-0 disabled:cursor-not-allowed disabled:opacity-50"