Fix the pagination buttons and the setPage method on the Artist Browser (closes #36)

This commit is contained in:
Oliver 2026-02-08 23:58:09 -07:00
parent b1995a1dce
commit c51f3bcc30

View file

@ -56,7 +56,7 @@ export class ArtistBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
if (this.#page == page) { return };
this.#page = page;
if (this.rendered) {
await this.render({ parts: [`images`] });
await this.render({ parts: [`list`] });
return;
};
return;