From ae6a069e8c2007d36489c249b18c73b0afc62654 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 4 Sep 2024 05:36:21 +0530 Subject: [PATCH] fix: -rm pagination start --- src/components/organisms/RightSidePanel.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index cf76f739..606aad01 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -163,10 +163,6 @@ export const RightSidePanel = () => { } }; - const handleStartPaginationSelection = () => { - // Start the process of selecting the pagination element - socket?.emit('action', { action: 'startPaginationSelection' }); - }; const captureScreenshot = (fullPage: boolean) => {