Fixed the css selector so that you can drag out potential adversaries again (#1319)

This commit is contained in:
WBHarry 2025-11-23 15:19:47 +01:00 committed by GitHub
parent 6398ba15f2
commit 81e7f24d22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 */