From 2468c83e863b995e325dfe967d90c11ce917986d Mon Sep 17 00:00:00 2001 From: Sven Balzer <4653051+Kyuusokuna@users.noreply.github.com> Date: Tue, 24 Jun 2025 21:01:36 +0200 Subject: [PATCH] make .scroll-container persist scrolling through re-renders --- src/main.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.mjs b/src/main.mjs index 4d13479..47ea397 100644 --- a/src/main.mjs +++ b/src/main.mjs @@ -1230,7 +1230,7 @@ class DSA41_Dialog extends DSA41_ApplicationMixin(ApplicationV2) { class DSA41_ActorSheet extends DSA41_ApplicationMixin(ActorSheetV2) { static PARTS = { - ActorSheet: { template: "systems/dsa-4th-edition/src/ActorSheet.hbs" }, + ActorSheet: { template: "systems/dsa-4th-edition/src/ActorSheet.hbs", scrollable: [".scroll-container"] }, }; static DEFAULT_OPTIONS = {