-
Notifications
You must be signed in to change notification settings - Fork 41
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
Pop up menu appears outside cytoscape network, even when nothing is clicked #64
Comments
I observed similar things with an angular app before. It goes away after you click or pan, zoom to the canvas. It might hide the context menu items later with an event. For now, you might try emitting the event manually. |
Thanks, how exactly do I do that? May I get a code sample please? |
Try |
Hi I did that but it didnt work. Any other suggestions?
I included your suggestion at the bottom |
@jonng1000 You should not write your application logic code in there. Follow some react.js tutorials, read docs about it. I'm not sure maybe it is because of this. Normal I would have put my JS logic inside |
@jonng1000 I tried |
Ok thanks so much for your help! =) |
Hi, I noticed that my pop up menu appears outside cytoscape network, even when nothing is clicked. May I know how to solve it please?
My code is
Thank you
The text was updated successfully, but these errors were encountered: