Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking continues on mouse release #12

Closed
tantayou999 opened this issue Apr 2, 2019 · 2 comments
Closed

Linking continues on mouse release #12

tantayou999 opened this issue Apr 2, 2019 · 2 comments

Comments

@tantayou999
Copy link

tantayou999 commented Apr 2, 2019

When I link two nodes through clicking on the ports, it doesn't stop dragging and create the link but instead allows continuous dragging onto other ports. Not sure if this is intended.
image

@tantayou999
Copy link
Author

tantayou999 commented Apr 2, 2019

Some updates after looking into the problem:
This seems like a Firefox specific issue.
I'm getting this error on the "mosueup" event which prevents linkComplete.

TypeError: e.path is undefined

It seems like path doesn't exist on Firefox's MouseEvent.

@MrBlenny
Copy link
Owner

MrBlenny commented Apr 2, 2019

Fixed in a2a1773, deployed to npm as version 0.0.5

More generally, firefox performance is pretty poor. Hopefully fixed in #7

@MrBlenny MrBlenny closed this as completed Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants