Merge branch 'staging' into neo-server

This commit is contained in:
Cohee
2024-04-17 19:39:57 +03:00
4 changed files with 12 additions and 6 deletions

View File

@ -10223,7 +10223,7 @@ jQuery(async function () {
}
$('.zoomed_avatar').on('mouseup', (e) => {
if (e.target.closest('.drag-grabber')) {
if (e.target.closest('.drag-grabber') || e.button !== 0) {
return;
}
$(`.zoomed_avatar[forChar="${charname}"]`).fadeOut(animation_duration, () => {