mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Fixed the css selector so that you can drag out potential adversaries again (#1319)
This commit is contained in:
parent
6398ba15f2
commit
81e7f24d22
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue