Don't trigger "Send" to continue if pending file attachments Fixes #2763

3bf801aeee419ae067ae3f6f55c6c8fb2b9e556e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -0Ignore whitespace
public/script.js+1 -0
@@ -1889,6 +1889,7 @@ export async function sendTextareaMessage() {
18891889 // message was sent from a character (not the user or the system).
18901890 const textareaText = String($('#send_textarea').val());
18911891 if (power_user.continue_on_send &&
1892+ !hasPendingFileAttachment() &&
18921893 !textareaText &&
18931894 !selected_group &&
18941895 chat.length &&