Skip to content

Commit

Permalink
fix: disable mousewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
alswl committed May 4, 2024
1 parent c9dc006 commit f060e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Ref: posts.user_id > users.id // many-to-one
vertexDeletable: false,
},
panning: true,
mousewheel: true,
mousewheel: false,
});
graph.use(
new Snapline({
Expand Down

0 comments on commit f060e37

Please sign in to comment.