mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Close zoomed image when clicking the parent div instead of image
Makes it easier to close on mobile
This commit is contained in:
@@ -10241,7 +10241,7 @@ jQuery(async function () {
|
||||
if (power_user.zoomed_avatar_magnification)
|
||||
$('.zoomed_avatar_container').izoomify();
|
||||
|
||||
zoomedAvatarImgElement.on('click', (e) => {
|
||||
$('.zoomed_avatar').on('click', (e) => {
|
||||
$(`.zoomed_avatar[forChar="${charname}"]`).fadeOut();
|
||||
setTimeout(function() { $(`.zoomed_avatar[forChar="${charname}"]`).remove(); }, 410);
|
||||
});
|
||||
|
Reference in New Issue
Block a user