diff --git a/src/Element/NoteCreator.tsx b/src/Element/NoteCreator.tsx index 3dfda16e0..b4c07f180 100644 --- a/src/Element/NoteCreator.tsx +++ b/src/Element/NoteCreator.tsx @@ -35,6 +35,7 @@ export function NoteCreator(props: NoteCreatorProps) { console.debug("Sending note: ", ev); publisher.broadcast(ev); setNote(""); + setShow(false); if (typeof props.onSend === "function") { props.onSend(); }