-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Fix re. cxt events (& context menu extension) #3263
Conversation
Ref: 3.30.1 breaks cytoscape.js-context-menus #3262
@KonradHoeffner, would you test this on your app? You'll have to build the lib and use that build in place of what npm normally provides. |
@hasanbalci, would you verify that this works with your extension? |
@chrtannus, would you verify that this doesn't cause a regression re. #3005, which you reviewed before? The debug page (npm run watch) is fine for testing this. |
@maxkfranz I verify that it now works with the context-menus extension. |
To be clear, it is a vite app and I did the following:
|
Great. Thanks for the feedback, @hasanbalci and @KonradHoeffner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maxkfranz, It does not cause a regression re. #3005 -- on the debug page, pressing or clicking the right button did not interrupt any of these actions: panning, dragging a node, drag-selecting nodes with the selection rectangle (holding shift).
…t-events-re-exts Fix re. cxt events (& context menu extension)
Cross-references to related issues. If there is no existing issue that describes your bug or feature request, then create an issue before making your pull request.
Associated issues:
Notes re. the content of the pull request. Give context to reviewers or serve as a general record of the changes made. Add a screenshot or video to demonstrate your new feature, if possible.
npm run watch
node
forcxttap
-- or paste in the consolecy.nodes().on('cxttap', () => console.log('cxttap'))
Checklist
Author:
unstable
. Bug-fix patches can go on eitherunstable
ormaster
.Reviewers:
master
branch and theunstable
branch. Normally, this just requires cherry-picking the corresponding merge commit frommaster
tounstable
-- or vice versa.