From d96e72505a7941e991d3771e5fd07d1e43fb10e2 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sun, 8 Feb 2026 22:21:36 +0100 Subject: [PATCH] Fixed Armor/Weapon sheet showing double 'Configure Attribution' options --- module/applications/sheets/api/item-attachment-sheet.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/module/applications/sheets/api/item-attachment-sheet.mjs b/module/applications/sheets/api/item-attachment-sheet.mjs index 2898f5ac..bcf2fc3c 100644 --- a/module/applications/sheets/api/item-attachment-sheet.mjs +++ b/module/applications/sheets/api/item-attachment-sheet.mjs @@ -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' }