fix attachments download

pull/1821/head
Brice-W 4 years ago
parent f949a986c1
commit ac76011a75

@ -101,7 +101,7 @@ export const MessageContextMenu = (props: PropsForMessageContextMenu) => {
const saveAttachment = useCallback( const saveAttachment = useCallback(
(e: any) => { (e: any) => {
e.stopPropagation(); e.event.stopPropagation();
if (!attachments?.length) { if (!attachments?.length) {
return; return;
} }

Loading…
Cancel
Save