click on the div after added.

This commit is contained in:
Hemna 2023-08-22 13:46:43 -04:00
parent a8dd9ce012
commit 377842c2ec
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ function append_message_html(callsign, msg_html, new_callsign) {
}
$(divname).animate({scrollTop: $(divname)[0].scrollHeight}, "slow");
$(divname).trigger('click');
}
function create_message_html(time, from, to, message, ack, msg) {