Fix the pagination buttons and the setPage method on the Artist Browser (closes #36)
This commit is contained in:
parent
b1995a1dce
commit
c51f3bcc30
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue