mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 05:31:07 +01:00
Fix scroll restoration for party sheet tabs
This commit is contained in:
parent
0d048fca3f
commit
4b93f67a17
1 changed files with 3 additions and 3 deletions
|
|
@ -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' }
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue