mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Clean up
This commit is contained in:
@@ -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 New Issue
Block a user