Fix scroll restoration for party sheet tabs

This commit is contained in:
Carlos Fernandez 2025-11-04 05:19:46 -05:00
parent 0d048fca3f
commit 4b93f67a17

View file

@ -46,15 +46,15 @@ export default class Party extends DHBaseActorSheet {
partyMembers: { template: 'systems/daggerheart/templates/sheets/actors/party/party-members.hbs' }, partyMembers: { template: 'systems/daggerheart/templates/sheets/actors/party/party-members.hbs' },
resources: { resources: {
template: 'systems/daggerheart/templates/sheets/actors/party/resources.hbs', template: 'systems/daggerheart/templates/sheets/actors/party/resources.hbs',
scrollable: ['.resources'] scrollable: ['']
}, },
projects: { projects: {
template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs', template: 'systems/daggerheart/templates/sheets/actors/party/projects.hbs',
scrollable: ['.projects'] scrollable: ['']
}, },
inventory: { inventory: {
template: 'systems/daggerheart/templates/sheets/actors/party/inventory.hbs', template: 'systems/daggerheart/templates/sheets/actors/party/inventory.hbs',
scrollable: ['.inventory'] scrollable: ['']
}, },
notes: { template: 'systems/daggerheart/templates/sheets/actors/party/notes.hbs' } notes: { template: 'systems/daggerheart/templates/sheets/actors/party/notes.hbs' }
}; };