Reverting how the dragSelector DEFAULT_OPTION is set and only modifying a few

This commit is contained in:
nsalyzyn 2025-12-19 08:36:59 -07:00
parent 017db15c22
commit 89d88094e2
7 changed files with 6 additions and 25 deletions

View file

@ -26,10 +26,7 @@ export default class AdversarySheet extends DHBaseActorSheet {
}
]
},
dragDrop: [
{ dragSelector: '[data-item-id][draggable="true"]', dropSelector: null },
{ dragSelector: '[data-item-id] [draggable="true"]', dropSelector: null }
]
dragDrop: [{ dragSelector: '[data-item-id]', dropSelector: null }]
};
static PARTS = {