mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +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,
|
||||
closeOnSubmit: false
|
||||
},
|
||||
dragDrop: [
|
||||
{ dragSelector: null, dropSelector: '.weapon-section' },
|
||||
{ dragSelector: null, dropSelector: '.armor-section' },
|
||||
{ dragSelector: '.item-list .item', dropSelector: null }
|
||||
]
|
||||
dragDrop: []
|
||||
};
|
||||
|
||||
static PARTS = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue