Revert gallery selector changes

This commit is contained in:
Cohee
2025-01-09 22:39:40 +02:00
parent f869b26664
commit efeedc1274
2 changed files with 2 additions and 2 deletions

View File

@ -3970,7 +3970,7 @@ $(document).ready(() => {
const targetSelector = {
chat: '#chat',
background: '#bg1',
gallery: '#draggable_gallery',
gallery: '#gallery',
zoomedAvatar: 'div.zoomed_avatar',
}[args.to || 'chat'];