diff --git a/src/components/recorder/canvas.tsx b/src/components/recorder/canvas.tsx index 4cd990f1..52d29b00 100644 --- a/src/components/recorder/canvas.tsx +++ b/src/components/recorder/canvas.tsx @@ -77,10 +77,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => { getListRef.current = getList; }, [getText, getList]); - useEffect(() => { - coordinateMapper.updateDimensions(window.innerWidth * 0.7, window.innerHeight * 0.64); - }, []); - useEffect(() => { if (socket) { socket.on('showDatePicker', (info: { coordinates: Coordinates, selector: string }) => {