make .scroll-container persist scrolling through re-renders
This commit is contained in:
+1
-1
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user