From 6fbbbdfdae8cc38c4529666bbf2261808a347090 Mon Sep 17 00:00:00 2001 From: mARTin Date: Fri, 6 Mar 2026 12:31:06 +0100 Subject: [PATCH] fix: escape unescaped quote in RichTextEditor blockquote button (build error) --- src/components/RichTextEditor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/RichTextEditor.tsx b/src/components/RichTextEditor.tsx index 58e9de5..d646213 100644 --- a/src/components/RichTextEditor.tsx +++ b/src/components/RichTextEditor.tsx @@ -109,7 +109,7 @@ export default function RichTextEditor({ value, onChange, placeholder = 'Notes..