Merge pull request #331 from getmaxun/bulk-scraping
feat: much more reliable pagination
This commit is contained in:
@@ -65,6 +65,7 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => {
|
||||
setPaginationMode(true);
|
||||
setCaptureStage('pagination');
|
||||
socket?.emit('setGetList', { getList: false });
|
||||
socket?.emit('setPaginationMode', { pagination: true });
|
||||
};
|
||||
|
||||
const stopPaginationMode = () => setPaginationMode(false);
|
||||
|
||||
Reference in New Issue
Block a user