forked from GitHub-Mirrors/foundry-sw5e
Fix for sheet losing scroll position
This commit is contained in:
parent
e7fe448447
commit
f42fae640b
1 changed files with 4 additions and 4 deletions
|
@ -33,10 +33,10 @@ export default class ActorSheet5e extends ActorSheet {
|
||||||
static get defaultOptions() {
|
static get defaultOptions() {
|
||||||
return mergeObject(super.defaultOptions, {
|
return mergeObject(super.defaultOptions, {
|
||||||
scrollY: [
|
scrollY: [
|
||||||
".inventory .inventory-list",
|
".inventory .group-list",
|
||||||
".features .inventory-list",
|
".features .group-list",
|
||||||
".powerbook .inventory-list",
|
".powerbook .group-list",
|
||||||
".effects .inventory-list"
|
".effects .effects-list"
|
||||||
],
|
],
|
||||||
tabs: [{navSelector: ".tabs", contentSelector: ".sheet-body", initial: "description"}]
|
tabs: [{navSelector: ".tabs", contentSelector: ".sheet-body", initial: "description"}]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue