More fixes

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-18 18:20:59 +02:00
parent 9928b89c8f
commit b11ce2d2e4
7 changed files with 5 additions and 10 deletions

View File

@ -144,7 +144,6 @@ const ComposeForm = <ID extends string>({ id, shouldCondense, autoFocus, clickab
dispatch(submitCompose(id, { history })).then(() => {
editorRef.current?.dispatchCommand(CLEAR_EDITOR_COMMAND, undefined);
}).catch(() => {});
};
const onSuggestionsClearRequested = () => {