chore: remove clickNext & clickLoadMore check

This commit is contained in:
karishmas6
2024-09-14 08:24:39 +05:30
parent 29f78086d9
commit 7b9f477560

View File

@@ -242,8 +242,6 @@ export const RightSidePanel: React.FC<RightSidePanelProps> = ({ onFinishCapture
const handlePaginationSettingSelect = (option: PaginationType) => {
updatePaginationType(option);
if (['clickNext', 'clickLoadMore'].includes(option)) {
}
};
const captureScreenshot = (fullPage: boolean) => {