mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-16 10:06:57 +08:00
Merge pull request #4386 from aignatov-bio/ai-sci-7117-fix-project-scroll-issue
Fix project/experiment scroll issue [SCI-7117]
This commit is contained in:
commit
042e0330a7
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ var InfiniteScroll = (function() {
|
|||
let eventTarget = $($container.data('config').eventTarget) || $container;
|
||||
$container.data('config', null);
|
||||
$container.data('next-page', null);
|
||||
$container.removeClass('last-page');
|
||||
eventTarget.off('scroll');
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue