mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-12 15:22:35 +02:00
Refresh playlist list on delete (#134)
This commit is contained in:
@@ -166,6 +166,12 @@ export const VirtualInfiniteGrid = forwardRef(
|
||||
infiniteLoaderRef(list);
|
||||
listRef.current = list;
|
||||
}}
|
||||
resetInfiniteLoaderCache={() => {
|
||||
if (loader.current) {
|
||||
loader.current.resetloadMoreItemsCache(false);
|
||||
setItemData([]);
|
||||
}
|
||||
}}
|
||||
route={route}
|
||||
rowCount={rowCount}
|
||||
width={width}
|
||||
|
||||
Reference in New Issue
Block a user