diff --git a/subprojects/frontend/src/graph/GraphArea.tsx b/subprojects/frontend/src/graph/GraphArea.tsx index 3b5b73e2..e33dcc22 100644 --- a/subprojects/frontend/src/graph/GraphArea.tsx +++ b/subprojects/frontend/src/graph/GraphArea.tsx @@ -95,9 +95,7 @@ export default function GraphArea({ graph: GraphStore; }): JSX.Element { const { breakpoints } = useTheme(); - const { ref, width, height } = useResizeDetector({ - refreshMode: 'debounce', - }); + const { ref, width, height } = useResizeDetector(); const [svgContainer, setSvgContainer] = useState(); const breakpoint = breakpoints.values.sm;