Group UI tweaks

This commit is contained in:
SillyLossy
2023-03-29 17:04:07 +03:00
parent 7371a02991
commit 67d2514edc
3 changed files with 17 additions and 9 deletions

View File

@@ -505,6 +505,7 @@ function select_group_chats(chat_id) {
$("#rm_group_chat_name").on("input", async function () {
if (chat_id) {
group.name = $(this).val();
$("#rm_button_selected_ch").children("h2").text(group.name);
await editGroup(chat_id);
}
});