You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a piece of functionality that we were using to customize the way points are added to the lines that connect the widgets. We only want this to trigger when the user does a mouse click in combination with pressing the CTRL-key.
The way we did this is by overriding the addPointToLink function:
Hi,
Thanks for making this library!
There is a piece of functionality that we were using to customize the way points are added to the lines that connect the widgets. We only want this to trigger when the user does a mouse click in combination with pressing the CTRL-key.
The way we did this is by overriding the
addPointToLink
function:This is no longer possible since the following commit: 20766f5
Can this functionality be added back or be provided in another way?
Thanks in advance!
The text was updated successfully, but these errors were encountered: