mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
Update hotswap avatars when changing group members list
This commit is contained in:
parent
d1a8a4478b
commit
88075bde79
@ -574,6 +574,8 @@ function updateGroupAvatar(group) {
|
|||||||
$(this).find('.avatar').replaceWith(getGroupAvatar(group));
|
$(this).find('.avatar').replaceWith(getGroupAvatar(group));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
favsToHotswap();
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if isDataURLor if it's a valid local file url
|
// check if isDataURLor if it's a valid local file url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user