diff --git a/packages/web/components/templates/article/Notebook.tsx b/packages/web/components/templates/article/Notebook.tsx index 06b3e370e..86f1b881a 100644 --- a/packages/web/components/templates/article/Notebook.tsx +++ b/packages/web/components/templates/article/Notebook.tsx @@ -122,6 +122,8 @@ export function NotebookContent(props: NotebookContentProps): JSX.Element { noteState.current.note = note noteState.current.isCreating = false setNoteText(note.annotation || '') + } else { + setNoteText('') } return result }, [articleData])