react-diagrams icon indicating copy to clipboard operation
react-diagrams copied to clipboard

TypeError: this.port.createLinkModel is not a function

Open KurtKellens opened this issue 2 years ago • 0 comments

I still have this issue, while creating a link between two components while using the 'right-mouse' button.

How to reproduce:

  • Start drawing a link
  • Before releasing the left-mouse button on an input, press the second mouse button (while holding the left-mouse button)

I would expect the link should be removed. Especially when the option allowLooseLinks is false. new DragNewLinkState({ allowLooseLinks: false });

image

This issue can also be reproduces on the live demo example. Any help appreciated!

KurtKellens avatar Sep 07 '21 09:09 KurtKellens