mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
Reverting how the dragSelector DEFAULT_OPTION is set and only modifying a few
This commit is contained in:
parent
017db15c22
commit
89d88094e2
7 changed files with 6 additions and 25 deletions
|
|
@ -124,10 +124,7 @@ export default function DHApplicationMixin(Base) {
|
|||
}
|
||||
}
|
||||
],
|
||||
dragDrop: [
|
||||
{ dragSelector: '.inventory-item[data-type="effect"]', dropSelector: null },
|
||||
{ dragSelector: '.inventory-item[data-type="effect"] [draggable="true"]', dropSelector: null }
|
||||
],
|
||||
dragDrop: [{ dragSelector: '.inventory-item[data-type="effect"]', dropSelector: null }],
|
||||
tagifyConfigs: []
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue