From 0aa62b57472557926dd69dfc12b5836e797b763f Mon Sep 17 00:00:00 2001 From: stanavdb Date: Sat, 23 Nov 2024 13:35:03 +0100 Subject: [PATCH] fix(adversary sheet): make scroll state of tab body persist between renders --- src/system/applications/actor/adversary-sheet.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/applications/actor/adversary-sheet.ts b/src/system/applications/actor/adversary-sheet.ts index 05333573..bf6fc961 100644 --- a/src/system/applications/actor/adversary-sheet.ts +++ b/src/system/applications/actor/adversary-sheet.ts @@ -52,6 +52,7 @@ export class AdversarySheet extends BaseActorSheet 'sheet-content': { template: 'systems/cosmere-rpg/templates/actors/adversary/parts/sheet-content.hbs', + scrollable: ['.tab-body'], }, }, );