This commit is contained in:
jeffvli 2023-06-02 01:21:02 -07:00
parent f2690b262f
commit cd66a9dccb

View file

@ -208,7 +208,6 @@ export const AlbumListContent = ({ itemCount, gridRef, tableRef }: AlbumListCont
const handleGridScroll = useCallback(
(e: ListOnScrollProps) => {
console.log('e', e.scrollOffset);
setGrid({ data: { scrollOffset: e.scrollOffset }, key: pageKey });
},
[pageKey, setGrid],