client/paging: fix unbinding endless pager
This commit is contained in:
parent
2ef63fcc7a
commit
263d4f3626
1 changed files with 6 additions and 0 deletions
|
@ -36,6 +36,12 @@ class EndlessPageView {
|
|||
}
|
||||
});
|
||||
this._probePageLoad(ctx);
|
||||
|
||||
views.monitorNodeRemoval(this._pagesHolderNode, () => this._destroy());
|
||||
}
|
||||
|
||||
_destroy() {
|
||||
this._active = false;
|
||||
}
|
||||
|
||||
_probePageLoad(ctx) {
|
||||
|
|
Loading…
Reference in a new issue