Skip to content

Commit

Permalink
fix: update zoomable options
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielLeefu committed Jan 27, 2024
1 parent 3893f49 commit 9db05a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/Graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ const XFlowGraph = (props: GraphOptions) => {
graph.options.mousewheel = {
...Options.defaults.mousewheel,
...zoomOptions,
enabled: true,
};
} else {
graph.disableMouseWheel();
Expand Down

0 comments on commit 9db05a9

Please sign in to comment.