Skip to content

Commit

Permalink
fixed a message box bug
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1s-s committed Jul 3, 2024
1 parent 260c963 commit c719b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,7 @@ async function sendpost() {
msgbox.disabled = true;
const attachmentIds = [];
for (const attachment of pendingAttachments) {
autoresize();
msgbox.placeholder = `Uploading ${attachment.file.name}...`;
attachmentResp = await attachment.req;
attachmentIds.push(attachmentResp.id);
Expand Down

0 comments on commit c719b99

Please sign in to comment.