Replies: 1 comment
-
|
Hi sorry for the late answer. Can you show the code that initiates the Graph object to know which plugins are used and may interfere with your code? The PanningHandler plugin is able to let pan with the left button. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m trying to implement left mouse button panning in MaxGraph only when clicking the background (i.e. not on a vertex/edge). I wrote a small handler using Pointer Events, and the panning itself works, but I consistently end up with a selection / drag state still active after pointerup (it feels like the graph still thinks I’m selecting something).
Expected behavior
Actual behavior
pointerupthe graph sometimes remains in a selection/drag state.Code
Questions
Thanks,
Didier
Beta Was this translation helpful? Give feedback.
All reactions