Fixed Armor/Weapon sheet showing double 'Configure Attribution' options

This commit is contained in:
WBHarry 2026-02-08 22:21:36 +01:00
parent f9f252c7a6
commit d96e72505a

View file

@ -1,7 +1,6 @@
export default function ItemAttachmentSheet(Base) {
return class extends Base {
static DEFAULT_OPTIONS = {
...super.DEFAULT_OPTIONS,
dragDrop: [
...(super.DEFAULT_OPTIONS.dragDrop || []),
{ dragSelector: null, dropSelector: '.attachments-section' }