Skip to content

Commit

Permalink
fix(adversary sheet): make scroll state of tab body persist between r…
Browse files Browse the repository at this point in the history
…enders
  • Loading branch information
stanavdb committed Nov 23, 2024
1 parent cbbaa9b commit 0aa62b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/system/applications/actor/adversary-sheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class AdversarySheet extends BaseActorSheet<AdversarySheetRenderContext>
'sheet-content': {
template:
'systems/cosmere-rpg/templates/actors/adversary/parts/sheet-content.hbs',
scrollable: ['.tab-body'],
},
},
);
Expand Down

0 comments on commit 0aa62b5

Please sign in to comment.