Skip to content

Commit 487c72a

Browse files
temporary fix - can be deployed
1 parent 25eb7d3 commit 487c72a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Graphs/Graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ const Graph: React.FC = () => {
249249
nodesDraggable={false}
250250
nodesConnectable={false}
251251
elementsSelectable={false}
252-
zoomOnScroll={true}
252+
zoomOnScroll={false}
253253
panOnDrag={true}
254254
>
255255
<Controls />

0 commit comments

Comments
 (0)