feat: emit socket to start pagination selection via UI
This commit is contained in:
@@ -156,6 +156,12 @@ 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) => {
|
||||||
const screenshotSettings: ScreenshotSettings = {
|
const screenshotSettings: ScreenshotSettings = {
|
||||||
fullPage,
|
fullPage,
|
||||||
|
|||||||
Reference in New Issue
Block a user