mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
Fix project/experiment scroll issue [SCI-7117]
This commit is contained in:
parent
a5e52069af
commit
a1117fbc0e
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ var InfiniteScroll = (function() {
|
||||||
let eventTarget = $($container.data('config').eventTarget) || $container;
|
let eventTarget = $($container.data('config').eventTarget) || $container;
|
||||||
$container.data('config', null);
|
$container.data('config', null);
|
||||||
$container.data('next-page', null);
|
$container.data('next-page', null);
|
||||||
|
$container.removeClass('last-page');
|
||||||
eventTarget.off('scroll');
|
eventTarget.off('scroll');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue