feat: getList

This commit is contained in:
karishmas6
2024-08-08 00:35:37 +05:30
parent d7a3f23ab2
commit 64b94d0db2

View File

@@ -47,7 +47,7 @@ export const BrowserWindow = () => {
const { socket } = useSocketStore();
const { width, height } = useBrowserDimensionsStore();
const { getText } = useActionContext();
const { getText, getList } = useActionContext();
const { addTextStep } = useBrowserSteps();
const onMouseMove = (e: MouseEvent) => {