fix: remove resetAction()

This commit is contained in:
karishmas6
2024-07-24 21:35:41 +05:30
parent 223cb01d8f
commit ea2ead1749

View File

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