Fixed the css selector so that you can drag out potential adversaries again

This commit is contained in:
WBHarry 2025-11-21 23:24:18 +01:00
parent e77f538ab7
commit a739a71901

View file

@ -25,7 +25,7 @@ export default class DhpEnvironment extends DHBaseActorSheet {
toggleResourceDice: DhpEnvironment.#toggleResourceDice,
handleResourceDice: DhpEnvironment.#handleResourceDice
},
dragDrop: [{ dragSelector: '.action-section .inventory-item', dropSelector: null }]
dragDrop: [{ dragSelector: '.inventory-item', dropSelector: null }]
};
/**@override */