From b916b4a065acc76dab495e62fc980bceb3538c5d Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 26 Jun 2023 10:14:23 +0800 Subject: [PATCH] Fix bug preventing setting a highlight note to an empty string --- packages/web/components/patterns/HighlightNotes.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/web/components/patterns/HighlightNotes.tsx b/packages/web/components/patterns/HighlightNotes.tsx index f2194ed5c..298437d16 100644 --- a/packages/web/components/patterns/HighlightNotes.tsx +++ b/packages/web/components/patterns/HighlightNotes.tsx @@ -234,8 +234,8 @@ export function MarkdownNote(props: MarkdownNote): JSX.Element {