Fedor Indutnyy 2023-02-16 10:43:14 -08:00
commit ca4defa29f

View file

@ -1031,6 +1031,7 @@ export function replaceAttachments(
attachments: attachments.map(resolveDraftAttachmentOnDisk),
},
});
dispatch(setComposerFocus(conversationId));
};
}