a tool for shared writing and social publishing

clear comment on send

+7
+7
app/lish/[did]/[publication]/[rkey]/Interactions/Comments/CommentBox.tsx
··· 189 189 }, 190 190 }); 191 191 192 + let tr = editorState.tr; 193 + tr = tr.replaceWith( 194 + 0, 195 + editorState.doc.content.size, 196 + multiBlockSchema.nodes.paragraph.createAndFill()!, 197 + ); 198 + view.current?.dispatch(tr); 192 199 setLoading(false); 193 200 props.onSubmit?.(); 194 201 useInteractionState.setState((s) => ({