mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
feat: initial scroll trigger (#4036)
This commit is contained in:
parent
02ca60511f
commit
91f1072519
@ -38,6 +38,7 @@ export const useVirtualizedRange = (
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
handleScroll();
|
||||||
parent.addEventListener('scroll', handleScroll, { passive: true });
|
parent.addEventListener('scroll', handleScroll, { passive: true });
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user