| 1889 | // message was sent from a character (not the user or the system). | 1889 | // message was sent from a character (not the user or the system). |
| 1890 | const textareaText = String($('#send_textarea').val()); | 1890 | const textareaText = String($('#send_textarea').val()); |
| 1891 | if (power_user.continue_on_send && | 1891 | if (power_user.continue_on_send && |
| | 1892 | !hasPendingFileAttachment() && |
| 1892 | !textareaText && | 1893 | !textareaText && |
| 1893 | !selected_group && | 1894 | !selected_group && |
| 1894 | chat.length && | 1895 | chat.length && |