Moving the draggable spots to internal divs and images

This commit is contained in:
nsalyzyn 2025-12-18 16:45:42 -07:00
parent babc55b1f2
commit 02e535775a
2 changed files with 6 additions and 6 deletions

View file

@ -46,7 +46,7 @@ export default class CharacterSheet extends DHBaseActorSheet {
},
dragDrop: [
{
dragSelector: '[data-item-id][draggable="true"]',
dragSelector: '[data-item-id] [draggable="true"]',
dropSelector: null
}
],