Skip to content

Commit

Permalink
Prevent scrolling behavior when the cursor is at the edge of a graph.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpaca-tc committed May 13, 2024
1 parent 2ff0a7c commit 9f7e81f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ export const ScrollableSvg: FC<Props> = ({ combinedDefinition, setVisibleDialog
height={size.height ?? 1000}
defaultTool={TOOL_PAN}
preventPanOutside={false}
detectAutoPan={false}
tool={tool}
onChangeTool={setTool}
value={value}
Expand Down

0 comments on commit 9f7e81f

Please sign in to comment.