fix: -rm pagination start
This commit is contained in:
@@ -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) => {
|
const captureScreenshot = (fullPage: boolean) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user