Flush instead of cancel
This commit is contained in:
parent
0a4c3069dd
commit
1fed35f674
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ function StatusPage() {
|
||||||
});
|
});
|
||||||
onScroll();
|
onScroll();
|
||||||
return () => {
|
return () => {
|
||||||
onScroll.cancel();
|
onScroll.flush();
|
||||||
scrollableRef.current?.removeEventListener('scroll', onScroll);
|
scrollableRef.current?.removeEventListener('scroll', onScroll);
|
||||||
};
|
};
|
||||||
}, [id, uiState !== 'loading']);
|
}, [id, uiState !== 'loading']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue