mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/paging: fix unbinding endless pager
This commit is contained in:
@ -36,6 +36,12 @@ class EndlessPageView {
|
||||
}
|
||||
});
|
||||
this._probePageLoad(ctx);
|
||||
|
||||
views.monitorNodeRemoval(this._pagesHolderNode, () => this._destroy());
|
||||
}
|
||||
|
||||
_destroy() {
|
||||
this._active = false;
|
||||
}
|
||||
|
||||
_probePageLoad(ctx) {
|
||||
|
Reference in New Issue
Block a user