Replies: 2 comments 1 reply
-
Mh... actually this might be considered a bug because the pointer events should still be applied if a handler like If you're doing it from inside a custom node you would have to apply |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is fixed in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Would it possible to differentiate between "locked" and "non-interactive" ?
Currently when "interactive" is toggled down,
onClick
events on nodes and edges are not dispatched anymore :( .It is very useful that when the "lock" icon is toggled, the layout of the diagram can't be changed or edited (so read-only, or 'view/display' mode), however the click events are still needed in most cases !
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions