fix: -rm pagination start

This commit is contained in:
karishmas6
2024-09-04 05:36:21 +05:30
parent 5149af870e
commit ae6a069e8c

View File

@@ -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) => {