fix: creat not loaded more

This commit is contained in:
金伟强 2023-05-25 16:55:49 +08:00
parent 32b49294f5
commit c66813ee1a
1 changed files with 4 additions and 1 deletions

View File

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