diff --git a/src/components/atoms/canvas.tsx b/src/components/atoms/canvas.tsx index f6e6fb1c..e9ca1c80 100644 --- a/src/components/atoms/canvas.tsx +++ b/src/components/atoms/canvas.tsx @@ -27,7 +27,7 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { const canvasRef = useRef(null); const { socket } = useSocketStore(); const { setLastAction, lastAction } = useGlobalInfoStore(); - const { getText, getScreenshot } = useActionContext(); + const { getText } = useActionContext(); const getTextRef = useRef(getText); const notifyLastAction = (action: string) => {