make .scroll-container persist scrolling through re-renders

This commit is contained in:
Sven Balzer 2025-06-24 21:01:36 +02:00
parent 44500ad6d7
commit 2468c83e86

View File

@ -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 = {