We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5516e5f commit 65947dcCopy full SHA for 65947dc
1 file changed
app/main.js
@@ -191,6 +191,7 @@ window.reply = async function reply (chatID) {
191
const query = `?ok=${encodeURIComponent(checkImgURL)}&err=${encodeURIComponent(crossImgURL)}`;
192
replyDialog.getElementsByTagName('form')[0].setAttribute('action', `${url}/${chatID}${query}`);
193
replyDialog.showModal();
194
+ replyDialog.querySelector('textarea').focus();
195
};
196
197
window.loadReply = async function loadReply (callingBtn) {
0 commit comments