[BUG] - Deleting items in the scrollable window causes scrollbar to reset to top

Fixes #977
This commit is contained in:
Joaquin Pereyra 2025-08-19 19:20:31 -03:00
parent 4038c44f9a
commit 8c06448e6c
11 changed files with 122 additions and 40 deletions

View file

@ -15,7 +15,10 @@ export default class DhCompanionSheet extends DHBaseActorSheet {
static PARTS = {
header: { template: 'systems/daggerheart/templates/sheets/actors/companion/header.hbs' },
details: { template: 'systems/daggerheart/templates/sheets/actors/companion/details.hbs' },
effects: { template: 'systems/daggerheart/templates/sheets/actors/companion/effects.hbs' }
effects: {
template: 'systems/daggerheart/templates/sheets/actors/companion/effects.hbs',
scrollable: ['.effects-sections']
}
};
/* -------------------------------------------- */