Skip to content

Commit

Permalink
[FIX] File upload modal not opening after too long message modal (#28212
Browse files Browse the repository at this point in the history
)
  • Loading branch information
guijun13 committed Mar 1, 2023
1 parent 52ceae9 commit 6035146
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/meteor/client/lib/chats/flows/processTooLongMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ export const processTooLongMessage = async (chat: ChatAPI, { msg }: Pick<IMessag
type: contentType,
lastModified: Date.now(),
});
await chat.flows.uploadFiles([file]);

imperativeModal.close();
await chat.flows.uploadFiles([file]);

resolve();
};

Expand Down

0 comments on commit 6035146

Please sign in to comment.