Clean up
This commit is contained in:
parent
f2690b262f
commit
cd66a9dccb
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ export const AlbumListContent = ({ itemCount, gridRef, tableRef }: AlbumListCont
|
||||||
|
|
||||||
const handleGridScroll = useCallback(
|
const handleGridScroll = useCallback(
|
||||||
(e: ListOnScrollProps) => {
|
(e: ListOnScrollProps) => {
|
||||||
console.log('e', e.scrollOffset);
|
|
||||||
setGrid({ data: { scrollOffset: e.scrollOffset }, key: pageKey });
|
setGrid({ data: { scrollOffset: e.scrollOffset }, key: pageKey });
|
||||||
},
|
},
|
||||||
[pageKey, setGrid],
|
[pageKey, setGrid],
|
||||||
|
|
Reference in a new issue