Update module/applications/sheets/feature.mjs

Co-authored-by: Emilio Jimenez <19908114+emiliojc@users.noreply.github.com>
This commit is contained in:
WBHarry 2025-05-25 12:12:20 +02:00 committed by GitHub
parent 45a27fa2a8
commit 487c78e7a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,8 @@ export default class FeatureSheet extends DaggerheartSheet(ItemSheetV2) {
tag: 'form',
id: 'daggerheart-feature',
classes: ['daggerheart', 'sheet', 'feature'],
position: { width: 600 },
position: { width: 600, height: 600 },
window: { resizable: true },
actions: {
addEffect: this.addEffect,
removeEffect: this.removeEffect,