client/paging: fix endless pager issues

This commit is contained in:
rr-
2016-04-17 09:24:05 +02:00
parent 0bc45e9c45
commit a197368bc5
2 changed files with 7 additions and 1 deletions

View File

@ -22,6 +22,7 @@ class PageController {
}
run(ctx) {
this.pageView.unrender();
this.pageView.render(ctx);
}