mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Fixed Armor/Weapon sheet showing double 'Configure Attribution' options
This commit is contained in:
parent
f9f252c7a6
commit
d96e72505a
1 changed files with 0 additions and 1 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
export default function ItemAttachmentSheet(Base) {
|
export default function ItemAttachmentSheet(Base) {
|
||||||
return class extends Base {
|
return class extends Base {
|
||||||
static DEFAULT_OPTIONS = {
|
static DEFAULT_OPTIONS = {
|
||||||
...super.DEFAULT_OPTIONS,
|
|
||||||
dragDrop: [
|
dragDrop: [
|
||||||
...(super.DEFAULT_OPTIONS.dragDrop || []),
|
...(super.DEFAULT_OPTIONS.dragDrop || []),
|
||||||
{ dragSelector: null, dropSelector: '.attachments-section' }
|
{ dragSelector: null, dropSelector: '.attachments-section' }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue