-
Notifications
You must be signed in to change notification settings - Fork 24
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
Option to customize right click event #67
Comments
Hi @zoulayabd, |
@zoulayabd With the last commits (c09acb3), it uses |
@canbax thanks for your actions , i tried the solution on the unstable branch , but it give me this error : |
@zoulay You also need to use the latest unstable context-menus This extension uses context-menus |
@canbax yes it works thanks , |
@zoulay That's great! I don't know when |
@canbax you didn't always know the date of release ? or a fix version that we can use on our project ? |
@canbax @hasanbalci , could you push a fix version that we can use on our project angular , Thanks for your actions |
@zoulay Inside the "package.json" file, you can the link to the unstable branch. For example |
@canbax we can't deliver in production with this branch , could you please make a fix or release version |
I don't know when a release will happen or about a hotfix in the master branch. @hasanbalci and @ugurdogrusoz might help. |
Hi @zoulay, Please note that this extension uses context-menus extension as an optional dependency and the current changes in the unstable branch is also dependent to the changes in the unstable branch of context-menus extension. Therefore, you may need to make a release of the unstable branch of context-menus extension as well. |
Thanks for your help earlier!
we need to open context menu of edges by left click event , and we would like to have an option evtType to customise cxttap event
cytoscape.js-edge-editing/src/UIUtilities.js
Lines 1286 to 1367 in 149c0aa
The text was updated successfully, but these errors were encountered: