send: hide new message afer successful send
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/push/woodpecker Pipeline was successful Details

The write new text note form should be hidden after successful send.
pull/35/head
OFF0 1 year ago
parent be5e88661e
commit d8f71b74ec
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -552,6 +552,7 @@ writeForm.addEventListener('submit', async (e) => {
localStorage.removeItem('reply_to');
newMessageDiv.append(writeForm);
}
hideNewMessage(true);
// console.info(`event published by ${url}`, ev);
}
});

Loading…
Cancel
Save