make zoomed avatars detectable by Escape hotkey

This commit is contained in:
RossAscends 2023-09-17 05:17:02 +09:00
parent 2c84c93f3d
commit 9f15e67856

View File

@ -8538,6 +8538,7 @@ jQuery(async function () {
const newElement = $(template);
newElement.attr('forChar', charname);
newElement.attr('id', `zoomFor_${charname}`);
newElement.addClass('draggable');
newElement.find('.drag-grabber').attr('id', `zoomFor_${charname}header`);
$('body').append(newElement);