dash-cytoscape icon indicating copy to clipboard operation
dash-cytoscape copied to clipboard

Add cxttap and mouseout events

Open eai-oen opened this issue 4 years ago • 0 comments

About

I am adding 'cxttap' (right click/two-finger tap) and 'mouseout' events to dash cytoscape for both nodes and edges.

Description of changes

Adds 'ctxtap' and 'mouseout' event listeners to cytoscape.

Pre-Merge checklist

  • [x] The project was correctly built with npm run build:all.
  • [x] If there was any conflict, it was solved correctly.
  • [ ] All changes were documented in CHANGELOG.md.
  • [ ] All tests on CircleCI have passed.
  • [ ] All Percy visual changes have been approved.
  • [ ] Two people have :dancer:'d the pull request. You can be one of these people if you are a Dash Cytoscape core contributor.

Reference Issues

See #151

Other comments

On a side note, I changed package-info.json to package.json, and also change the npm run build:backends command to generate package.json instead of package-info.json, because otherwise, I receive an error that 'package.json' was not found.

eai-oen avatar Aug 20 '21 11:08 eai-oen