fix: creat not loaded more

This commit is contained in:
金伟强 2023-05-25 16:55:49 +08:00
parent 32b49294f5
commit c66813ee1a

View File

@ -54,7 +54,10 @@ const Sidebar: FC<ISidebarProps> = ({
}, },
{ {
target: listRef, target: listRef,
isNoMore: () => isNoMore, isNoMore: () => {
return isNoMore
},
reloadDeps: [isNoMore]
}, },
) )