fix: -rm getScreenshot

This commit is contained in:
karishmas6
2024-08-08 00:40:08 +05:30
parent b13a92a24b
commit 521fc0fd0d

View File

@@ -27,7 +27,7 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
const canvasRef = useRef<HTMLCanvasElement>(null);
const { socket } = useSocketStore();
const { setLastAction, lastAction } = useGlobalInfoStore();
const { getText, getScreenshot } = useActionContext();
const { getText } = useActionContext();
const getTextRef = useRef(getText);
const notifyLastAction = (action: string) => {