diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index 3a91f4de..6c0488a9 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -44,7 +44,7 @@ export const BrowserWindow = () => { const { socket } = useSocketStore(); const { width, height } = useBrowserDimensionsStore(); - const { getText, getScreenshot, resetActions } = useActionContext(); + const { getText, getScreenshot } = useActionContext(); console.log('Use browser dimensions:', width, height)