feat: call stopGetScreenshot after capture screenshot

This commit is contained in:
karishmas6
2024-08-06 05:32:05 +05:30
parent 3a792e4921
commit 56fd9c8b1b

View File

@@ -86,6 +86,7 @@ export const RightSidePanel = () => {
};
socket?.emit('action', { action: 'screenshot', settings: screenshotSettings });
addScreenshotStep(fullPage);
stopGetScreenshot();
};
return (