make .scroll-container persist scrolling through re-renders
This commit is contained in:
parent
44500ad6d7
commit
2468c83e86
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user