mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 13:11:08 +01:00
Fixed double item generation on drop
This commit is contained in:
parent
210a093e49
commit
1e6bd61d5c
1 changed files with 1 additions and 5 deletions
|
|
@ -59,11 +59,7 @@ export default class CharacterSheet extends DaggerheartSheet(ActorSheetV2) {
|
||||||
submitOnChange: true,
|
submitOnChange: true,
|
||||||
closeOnSubmit: false
|
closeOnSubmit: false
|
||||||
},
|
},
|
||||||
dragDrop: [
|
dragDrop: []
|
||||||
{ dragSelector: null, dropSelector: '.weapon-section' },
|
|
||||||
{ dragSelector: null, dropSelector: '.armor-section' },
|
|
||||||
{ dragSelector: '.item-list .item', dropSelector: null }
|
|
||||||
]
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static PARTS = {
|
static PARTS = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue