mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix zoomed avatars when swapping personas
This commit is contained in:
@ -4723,6 +4723,7 @@ function setUserAvatar() {
|
||||
saveSettingsDebounced();
|
||||
highlightSelectedAvatar();
|
||||
selectCurrentPersona();
|
||||
$('.zoomed_avatar[forchar]').remove();
|
||||
}
|
||||
|
||||
async function uploadUserAvatar(e) {
|
||||
|
Reference in New Issue
Block a user