20Q : Scroll on top on next button

This commit is contained in:
Vlyan
2021-01-07 12:55:07 +01:00
parent 8cbc32d2aa
commit 2f3e89d82c

View File

@@ -171,6 +171,7 @@ export class TwentyQuestionsDialog extends FormApplication {
const tab = this._tabs.find((e) => e._navSelector === ".sheet-tabs");
const next = parseInt(tab.active.replace(/[^0-9]/g, "")) + 1;
tab.activate("part" + next);
$(event.currentTarget).closest(".window-content").scrollTop(0);
});
// *** Everything below here is only needed if the sheet is editable ***