We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7635568 commit 77d5fcdCopy full SHA for 77d5fcd
src/components/FFT.tsx
@@ -45,7 +45,6 @@ const FFT = forwardRef(
45
const dataPointCountRef = useRef<number>(1000); // To track the calculated value
46
const [canvasElements, setCanvasElements] = useState<HTMLCanvasElement[]>([]);
47
const wglPlotsref = useRef<WebglPlot[]>([]);
48
- const [lines, setLines] = useState<WebglPlot[]>([]);
49
const linesRef = useRef<WebglLine[]>([]);
50
const sweepPositions = useRef<number[]>(new Array(6).fill(0)); // Array for sweep positions
51
0 commit comments